mount: struct mount: replace "mounted" and "ignore" fileds with a "status"
[project/mountd.git] / timer.c
diff --git a/timer.c b/timer.c
index b3adff4..f634af5 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;