From 52a44b416692ad59f6f0cb64d49f10650a70dd4f Mon Sep 17 00:00:00 2001 From: delphij Date: Tue, 5 Jul 2011 02:50:27 +0000 Subject: [PATCH] MFC r223374: Staticify cleanup() which is not referenced in other places. git-svn-id: svn://svn.freebsd.org/base/stable/8@223778 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.bin/finger/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index 5260a2d6c..703ff60a8 100644 --- a/usr.bin/finger/net.c +++ b/usr.bin/finger/net.c @@ -230,7 +230,7 @@ trying(const struct addrinfo *ai) printf("Trying %s...\n", buf); } -void +static void cleanup(int sig __unused) { #define ERRSTR "Timed out.\n" -- 2.45.0