From 1b3274a8a0b010b7ed65bedc89f09a69ef92958d Mon Sep 17 00:00:00 2001 From: stefanf Date: Sun, 16 May 2004 22:08:17 +0000 Subject: 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 --- usr.bin/finger/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/finger') diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index a3c40b5..2bd35ad 100644 --- a/usr.bin/finger/net.c +++ b/usr.bin/finger/net.c @@ -58,7 +58,7 @@ __FBSDID("$FreeBSD$"); #include #include "finger.h" -static void cleanup(int sig);; +static void cleanup(int sig); static int do_protocol(const char *name, const struct addrinfo *ai); static void trying(const struct addrinfo *ai); -- cgit v1.1