diff options
Diffstat (limited to 'src/lib/libc/net/ns_addr.c')
-rw-r--r-- | src/lib/libc/net/ns_addr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/ns_addr.c b/src/lib/libc/net/ns_addr.c index 7dcc988afe..0d1b45858f 100644 --- a/src/lib/libc/net/ns_addr.c +++ b/src/lib/libc/net/ns_addr.c | |||
@@ -35,7 +35,7 @@ | |||
35 | */ | 35 | */ |
36 | 36 | ||
37 | #if defined(LIBC_SCCS) && !defined(lint) | 37 | #if defined(LIBC_SCCS) && !defined(lint) |
38 | static char rcsid[] = "$OpenBSD: ns_addr.c,v 1.6 2001/06/27 00:58:55 lebel Exp $"; | 38 | static char rcsid[] = "$OpenBSD: ns_addr.c,v 1.7 2002/02/16 21:27:23 millert Exp $"; |
39 | #endif /* LIBC_SCCS and not lint */ | 39 | #endif /* LIBC_SCCS and not lint */ |
40 | 40 | ||
41 | #include <sys/param.h> | 41 | #include <sys/param.h> |
@@ -45,8 +45,8 @@ static char rcsid[] = "$OpenBSD: ns_addr.c,v 1.6 2001/06/27 00:58:55 lebel Exp $ | |||
45 | 45 | ||
46 | static struct ns_addr addr, zero_addr; | 46 | static struct ns_addr addr, zero_addr; |
47 | 47 | ||
48 | static void Field __P((char *, u_int8_t *, int)); | 48 | static void Field(char *, u_int8_t *, int); |
49 | static void cvtbase __P((long, int, int[], int, u_int8_t[], int)); | 49 | static void cvtbase(long, int, int[], int, u_int8_t[], int); |
50 | 50 | ||
51 | struct ns_addr | 51 | struct ns_addr |
52 | ns_addr(name) | 52 | ns_addr(name) |