From 73a54b65fe42e9fc33d5bececcc0586f92ce2351 Mon Sep 17 00:00:00 2001 From: delphij Date: Tue, 21 Jun 2011 20:33:55 +0000 Subject: Staticify cleanup() which is not referenced in other places. MFC after: 2 weeks --- usr.bin/finger/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/finger/net.c') 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" -- cgit v1.1