Whamcloud - gitweb
LU-16936 auster: add --client-only option
[fs/lustre-release.git] / lustre / tests / write_time_limit.c
index 6384cf2..dfcc75a 100644 (file)
@@ -25,7 +25,6 @@
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  */
 
 /* for O_DIRECT */
@@ -49,7 +48,7 @@
 volatile sig_atomic_t keep_going = 1;
 
 /* The signal handler just clears the flag and re-enables itself. */
-void catch_alarm(int sig)
+static void catch_alarm(int sig)
 {
        keep_going = 0;
        signal(sig, catch_alarm);