From 0fe7f010e467f57d2b5997ee3cfecddd43397f6e Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Mon, 20 Dec 2010 08:47:43 +0000 Subject: [PATCH] Add __unused --- usr.bin/rsh/rsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index a3668300f38..a19539a8a8f 100644 --- a/usr.bin/rsh/rsh.c +++ b/usr.bin/rsh/rsh.c @@ -328,7 +328,7 @@ reread: errno = 0; } void -connect_timeout(int sig) +connect_timeout(int sig __unused) { char message[] = "timeout reached before connection completed.\n";