summaryrefslogtreecommitdiffstats
path: root/usr.bin/finger/net.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2011-06-21 20:33:55 +0000
committerdelphij <delphij@FreeBSD.org>2011-06-21 20:33:55 +0000
commit73a54b65fe42e9fc33d5bececcc0586f92ce2351 (patch)
treef08b2f6474f115763e08ea2414d48bbc601f3067 /usr.bin/finger/net.c
parentaf32f8cb559748adc106e1e2e118109231eb6954 (diff)
downloadFreeBSD-src-73a54b65fe42e9fc33d5bececcc0586f92ce2351.zip
FreeBSD-src-73a54b65fe42e9fc33d5bececcc0586f92ce2351.tar.gz
Staticify cleanup() which is not referenced in other places.
MFC after: 2 weeks
Diffstat (limited to 'usr.bin/finger/net.c')
-rw-r--r--usr.bin/finger/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c
index ca98674..2b18b0f 100644
--- a/usr.bin/finger/net.c
+++ b/usr.bin/finger/net.c
@@ -226,7 +226,7 @@ trying(const struct addrinfo *ai)
printf("Trying %s...\n", buf);
}
-void
+static void
cleanup(int sig __unused)
{
#define ERRSTR "Timed out.\n"
OpenPOWER on IntegriCloud