diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2010-12-20 08:47:43 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2010-12-20 08:47:43 +0000 |
| commit | 0fe7f010e467f57d2b5997ee3cfecddd43397f6e (patch) | |
| tree | c4ec65331d039e59bce250f4e2b2a88b78863b1f /usr.bin | |
| parent | 76cddf8d71366fcefac6d51321074d7561b0adc8 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/rsh/rsh.c | 2 |
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"; |
