diff options
-rw-r--r-- | bin/rcp/util.c | 5 |
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) { |