From b963db4652a0bf1718825e8e1a9bc93e87b7a80f Mon Sep 17 00:00:00 2001 From: delphij Date: Fri, 11 Dec 2009 23:35:38 +0000 Subject: Remove unneeded header includes from usr.bin/ except contributed code. Tested with: make universe --- 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 5260a2d..703ff60 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" -- cgit v1.1