summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-07-11 17:37:33 +0000
committerstefanf <stefanf@FreeBSD.org>2004-07-11 17:37:33 +0000
commite0b2a5b339c89dccabc683c04970ca9e8c870ac0 (patch)
tree370a3aabdff7adb2f11d2c2251bbc167b7ce6d53 /usr.sbin/mrouted
parent77a4e4e42186f9f4f0252632867458196ff4bc54 (diff)
downloadFreeBSD-src-e0b2a5b339c89dccabc683c04970ca9e8c870ac0.zip
FreeBSD-src-e0b2a5b339c89dccabc683c04970ca9e8c870ac0.tar.gz
Fix a few cases that relied on 'implicit int' (constraint violation in C99).
Diffstat (limited to 'usr.sbin/mrouted')
-rw-r--r--usr.sbin/mrouted/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mrouted/main.c b/usr.sbin/mrouted/main.c
index 72c52fe..7558990 100644
--- a/usr.sbin/mrouted/main.c
+++ b/usr.sbin/mrouted/main.c
@@ -705,7 +705,7 @@ timer(i)
static void
cleanup()
{
- static in_cleanup = 0;
+ static int in_cleanup = 0;
if (!in_cleanup) {
in_cleanup++;
OpenPOWER on IntegriCloud