diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-09-29 07:59:57 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-09-29 07:59:57 +0000 |
| commit | f7f23e15f8a18961c4e0bdb97789f36731c1aed7 (patch) | |
| tree | bc599c30c2e55c8cc7fe0138bb32303b290c2347 | |
| parent | 21b68415cdb85bf3b839e07aff6e8ee0e4f5a3fb (diff) | |
Notes
| -rw-r--r-- | bin/rcp/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rcp/util.c b/bin/rcp/util.c index 2e63c05a8085..28e188cf92c2 100644 --- a/bin/rcp/util.c +++ b/bin/rcp/util.c @@ -155,7 +155,7 @@ allocbuf(BUF *bp, int fd, int blksize) } void -lostconn(int signo) +lostconn(int signo __unused) { if (!iamremote) warnx("lost connection"); |
