X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fmultifstat.c;h=d65e3b3280e08581e6b3a6bd622d73014d0df0c7;hb=08cf056915cbab31a7b7a88d75cc2cba7bfe02ce;hp=c305acc2a43a9ed703a8894f6e9e084c4f6e98d8;hpb=aec90d3dbbd97f998e8d26ccf123c22b8e8837b9;p=fs%2Flustre-release.git diff --git a/lustre/tests/multifstat.c b/lustre/tests/multifstat.c index c305acc..d65e3b3 100644 --- a/lustre/tests/multifstat.c +++ b/lustre/tests/multifstat.c @@ -1,6 +1,4 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * +/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -26,7 +24,7 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. */ /* @@ -84,7 +82,7 @@ int main(int argc, char **argv) if ( st1.st_size != st2.st_size ) { printf("Sizes don't match %lu, %lu\n", - (unsigned long)st1.st_size, + (unsigned long)st1.st_size, (unsigned long)st2.st_size); return 1; }