summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-09-14 22:06:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-09-14 22:06:20 +0000
commit26131cbc9b18ef550cded750d373d32c3c44647e (patch)
treed119ae7fc22f73b1fc6befbfa74eeb60135238a0 /bin
parentee30d0b2ee48306aaf8c1e7dccd68c49c986d87f (diff)
ARGSUSED before signal handler with unused signo
Diffstat (limited to 'bin')
-rw-r--r--bin/rcp/util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/rcp/util.c b/bin/rcp/util.c
index 48042248a66..8686b09d4c5 100644
--- a/bin/rcp/util.c
+++ b/bin/rcp/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.14 2003/09/26 00:48:44 deraadt Exp $ */
+/* $OpenBSD: util.c,v 1.15 2004/09/14 22:06:19 deraadt Exp $ */
/* $NetBSD: util.c,v 1.2 1995/03/21 08:19:08 cgd Exp $ */
/*-
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)util.c 8.2 (Berkeley) 4/2/94";
#else
-static const char rcsid[] = "$OpenBSD: util.c,v 1.14 2003/09/26 00:48:44 deraadt Exp $";
+static const char rcsid[] = "$OpenBSD: util.c,v 1.15 2004/09/14 22:06:19 deraadt Exp $";
#endif
#endif /* not lint */
@@ -156,6 +156,7 @@ allocbuf(BUF *bp, int fd, int blksize)
return (bp);
}
+/* ARGSUSED */
void
lostconn(int signo)
{