diff options
Diffstat (limited to 'src/lib/libc/net/rcmd.c')
| -rw-r--r-- | src/lib/libc/net/rcmd.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/lib/libc/net/rcmd.c b/src/lib/libc/net/rcmd.c index 6e3ee93caf..4fbf602215 100644 --- a/src/lib/libc/net/rcmd.c +++ b/src/lib/libc/net/rcmd.c | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | */ | 34 | */ | 
| 35 | 35 | ||
| 36 | #if defined(LIBC_SCCS) && !defined(lint) | 36 | #if defined(LIBC_SCCS) && !defined(lint) | 
| 37 | static char *rcsid = "$OpenBSD: rcmd.c,v 1.25 1997/07/06 07:55:58 deraadt Exp $"; | 37 | static char *rcsid = "$OpenBSD: rcmd.c,v 1.26 1997/07/09 01:08:47 millert Exp $"; | 
| 38 | #endif /* LIBC_SCCS and not lint */ | 38 | #endif /* LIBC_SCCS and not lint */ | 
| 39 | 39 | ||
| 40 | #include <sys/param.h> | 40 | #include <sys/param.h> | 
| @@ -55,6 +55,7 @@ static char *rcsid = "$OpenBSD: rcmd.c,v 1.25 1997/07/06 07:55:58 deraadt Exp $" | |||
| 55 | #include <string.h> | 55 | #include <string.h> | 
| 56 | #include <syslog.h> | 56 | #include <syslog.h> | 
| 57 | #include <stdlib.h> | 57 | #include <stdlib.h> | 
| 58 | #include <netgroup.h> | ||
| 58 | 59 | ||
| 59 | int __ivaliduser __P((FILE *, in_addr_t, const char *, const char *)); | 60 | int __ivaliduser __P((FILE *, in_addr_t, const char *, const char *)); | 
| 60 | static int __icheckhost __P((u_int32_t, const char *)); | 61 | static int __icheckhost __P((u_int32_t, const char *)); | 
