From cde9717b67a4e90b3c0506afb8a8135a8578d0f7 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Tue, 21 Jun 2011 20:33:55 +0000 Subject: [PATCH] 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(-) 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"