Whamcloud - gitweb
LU-16194 lod: define negative extent offset as invalid
[fs/lustre-release.git] / lustre / tests / createtest.c
index 17008a8..a39fbbc 100644 (file)
@@ -25,7 +25,6 @@
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  */
 
 #include <stdio.h>
@@ -41,7 +40,7 @@
 #define S_SHIFT 12
 #endif
 
-int usage(char *prog)
+static int usage(char *prog)
 {
        fprintf(stderr, "usage: %s <basename>\n", prog);
        exit(1);