From: deraadt Date: Tue, 3 Sep 1996 10:53:37 +0000 (+0000) Subject: proper types X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d4b79a2488da7c06172bd5919033d6d93e720c6d;p=openbsd proper types --- diff --git a/lib/libc/net/rcmd.c b/lib/libc/net/rcmd.c index 44c516da040..01554868d64 100644 --- a/lib/libc/net/rcmd.c +++ b/lib/libc/net/rcmd.c @@ -34,7 +34,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: rcmd.c,v 1.16 1996/09/02 21:26:09 millert Exp $"; +static char *rcsid = "$OpenBSD: rcmd.c,v 1.17 1996/09/03 10:53:37 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -54,6 +54,7 @@ static char *rcsid = "$OpenBSD: rcmd.c,v 1.16 1996/09/02 21:26:09 millert Exp $" #include #include #include +#include int __ivaliduser __P((FILE *, u_long, const char *, const char *)); static int __icheckhost __P((u_int32_t, const char *));