aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2010-12-20 08:47:43 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2010-12-20 08:47:43 +0000
commit0fe7f010e467f57d2b5997ee3cfecddd43397f6e (patch)
treec4ec65331d039e59bce250f4e2b2a88b78863b1f /usr.bin
parent76cddf8d71366fcefac6d51321074d7561b0adc8 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rsh/rsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c
index a3668300f387..a19539a8a8fd 100644
--- a/usr.bin/rsh/rsh.c
+++ b/usr.bin/rsh/rsh.c
@@ -328,7 +328,7 @@ done:
}
void
-connect_timeout(int sig)
+connect_timeout(int sig __unused)
{
char message[] = "timeout reached before connection completed.\n";