From 0842b7d53ffede64468e775f5c79965e3d9e48ae Mon Sep 17 00:00:00 2001 From: delphij Date: Sun, 13 Dec 2009 03:14:06 +0000 Subject: Revert most part of 200420 as requested, as more review and polish is needed. --- 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 703ff60..5260a2d 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); } -static void +void cleanup(int sig __unused) { #define ERRSTR "Timed out.\n" -- cgit v1.1