mountd: Add static qualifier to missing variable declarations.
[project/mountd.git] / timer.c
diff --git a/timer.c b/timer.c
index b3adff4b50b53ad68130caad36d633a5d449d9e2..f634af505f4bd43a6fad534e7d989b8025c286af 100644 (file)
--- a/timer.c
+++ b/timer.c
@@ -9,7 +9,7 @@
 
 /* when using this file, alarm() is used */
 
-struct list_head timers;
+static struct list_head timers;
 
 struct timer {
        struct list_head list;