X-Git-Url: http://git.openwrt.org/?p=project%2Fmountd.git;a=blobdiff_plain;f=timer.c;h=f634af505f4bd43a6fad534e7d989b8025c286af;hp=b3adff4b50b53ad68130caad36d633a5d449d9e2;hb=dd5799c9f8cc7a01c0572c067bf907b37cdd7d04;hpb=bc4a6dda94adf7c2a8f4274dd5b38a13e5c2c18b diff --git a/timer.c b/timer.c index b3adff4..f634af5 100644 --- 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;