summaryrefslogtreecommitdiff
path: root/usr.bin/finger
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2011-06-21 20:33:55 +0000
committerXin LI <delphij@FreeBSD.org>2011-06-21 20:33:55 +0000
commitcde9717b67a4e90b3c0506afb8a8135a8578d0f7 (patch)
treef08b2f6474f115763e08ea2414d48bbc601f3067 /usr.bin/finger
parent53f476cab340f0217fab1ee85a65175703ac8cd0 (diff)
downloadsrc-test2-cde9717b67a4e90b3c0506afb8a8135a8578d0f7.tar.gz
src-test2-cde9717b67a4e90b3c0506afb8a8135a8578d0f7.zip
Notes
Diffstat (limited to 'usr.bin/finger')
-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 ca9867495044..2b18b0f161c0 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"