diff options
Diffstat (limited to 'src/lib/libc/net/rcmd.c')
-rw-r--r-- | src/lib/libc/net/rcmd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/rcmd.c b/src/lib/libc/net/rcmd.c index 95d481a7f6..143b667ba8 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.40 2002/02/16 21:27:23 millert Exp $"; | 37 | static char *rcsid = "$OpenBSD: rcmd.c,v 1.41 2002/02/17 19:42:23 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> |
@@ -58,8 +58,8 @@ static char *rcsid = "$OpenBSD: rcmd.c,v 1.40 2002/02/16 21:27:23 millert Exp $" | |||
58 | #include <netgroup.h> | 58 | #include <netgroup.h> |
59 | 59 | ||
60 | int __ivaliduser(FILE *, in_addr_t, const char *, const char *); | 60 | int __ivaliduser(FILE *, in_addr_t, const char *, const char *); |
61 | int __ivaliduser_sa __P((FILE *, struct sockaddr *, socklen_t, | 61 | int __ivaliduser_sa(FILE *, struct sockaddr *, socklen_t, |
62 | const char *, const char *)); | 62 | const char *, const char *); |
63 | static int __icheckhost(struct sockaddr *, socklen_t, const char *); | 63 | static int __icheckhost(struct sockaddr *, socklen_t, const char *); |
64 | static char *__gethostloop(struct sockaddr *, socklen_t); | 64 | static char *__gethostloop(struct sockaddr *, socklen_t); |
65 | 65 | ||