summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-05-16 22:08:17 +0000
committerstefanf <stefanf@FreeBSD.org>2004-05-16 22:08:17 +0000
commit1b3274a8a0b010b7ed65bedc89f09a69ef92958d (patch)
treed0e580fe01975ec46af69e68238174deea46d8f4 /usr.sbin/mrouted
parent937b21a465ef1c1a20915d594e2a97a5c7413bf4 (diff)
downloadFreeBSD-src-1b3274a8a0b010b7ed65bedc89f09a69ef92958d.zip
FreeBSD-src-1b3274a8a0b010b7ed65bedc89f09a69ef92958d.tar.gz
Remove spurious semicolons. Outside of functions they are actually errors but
GCC doesn't warn about them without -pedantic. Approved by: das (mentor) PR: 56649 Reviewed by: md5
Diffstat (limited to 'usr.sbin/mrouted')
-rw-r--r--usr.sbin/mrouted/cfparse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mrouted/cfparse.y b/usr.sbin/mrouted/cfparse.y
index fae52087..1827f6a 100644
--- a/usr.sbin/mrouted/cfparse.y
+++ b/usr.sbin/mrouted/cfparse.y
@@ -20,7 +20,7 @@
* Local function declarations
*/
static void fatal __P((char *fmt, ...)) __printflike(1, 2);
-static void warn __P((char *fmt, ...)) __printflike(1, 2);;
+static void warn __P((char *fmt, ...)) __printflike(1, 2);
static void yyerror __P((char *s));
static char * next_word __P((void));
static int yylex __P((void));
OpenPOWER on IntegriCloud