diff options
author | charnier <charnier@FreeBSD.org> | 2010-12-20 08:44:08 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2010-12-20 08:44:08 +0000 |
commit | 5ed91a1e7d3b800f2b73d8abc72236b88d932bb6 (patch) | |
tree | 5a1539649bbf9585c71272960b00983d50d04d4f /libexec/rlogind | |
parent | 02e9ed10af19b7ebd4277c5a4b8e4844b6b5e905 (diff) | |
download | FreeBSD-src-5ed91a1e7d3b800f2b73d8abc72236b88d932bb6.zip FreeBSD-src-5ed91a1e7d3b800f2b73d8abc72236b88d932bb6.tar.gz |
Add __unused
Diffstat (limited to 'libexec/rlogind')
-rw-r--r-- | libexec/rlogind/rlogind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rlogind/rlogind.c b/libexec/rlogind/rlogind.c index 874112d..2c2c9ef 100644 --- a/libexec/rlogind/rlogind.c +++ b/libexec/rlogind/rlogind.c @@ -477,7 +477,7 @@ protocol(int f, int p) } void -cleanup(int signo) +cleanup(int signo __unused) { shutdown(netf, SHUT_RDWR); |