diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-22 11:52:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-22 11:52:08 +0000 |
commit | 92f6728f82bb0cf9effc8b91ccb1295138a2190b (patch) | |
tree | b649f0c1a702c68581ec9435b6dee6c618488238 /lib/libc/net/res_init.c | |
parent | 3392ab37b9f18ee978f446ff07d1a2fcd57ac312 (diff) |
cannot be static, named uses it
Diffstat (limited to 'lib/libc/net/res_init.c')
-rw-r--r-- | lib/libc/net/res_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/res_init.c b/lib/libc/net/res_init.c index d70b30f2ae0..6f4f39ef9f1 100644 --- a/lib/libc/net/res_init.c +++ b/lib/libc/net/res_init.c @@ -52,7 +52,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: res_init.c,v 1.9 1996/09/22 05:14:05 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: res_init.c,v 1.10 1996/09/22 11:52:07 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> @@ -406,7 +406,7 @@ net_mask(in) /* XXX - should really use system's version of this */ return (htonl(IN_CLASSC_NET)); } -static u_int16_t +u_int16_t res_randomid() { struct timeval now; |