diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-05-16 22:08:17 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-05-16 22:08:17 +0000 |
| commit | a752604477c646135eb8972a9797f4c331ce09ac (patch) | |
| tree | d0e580fe01975ec46af69e68238174deea46d8f4 /usr.bin/finger | |
| parent | 5eb4afcbb96a4ad477e2223afb963d8bbee5e009 (diff) | |
Notes
Diffstat (limited to 'usr.bin/finger')
| -rw-r--r-- | usr.bin/finger/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index a3c40b56929fe..2bd35ad00ac22 100644 --- a/usr.bin/finger/net.c +++ b/usr.bin/finger/net.c @@ -58,7 +58,7 @@ __FBSDID("$FreeBSD$"); #include <utmp.h> #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); |
