summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorderaadt <>1996-09-22 11:52:07 +0000
committerderaadt <>1996-09-22 11:52:07 +0000
commit78ff40b0a2d20864f3aba0938b17ac74741977d8 (patch)
tree4c62e006944ac4379aa4deb90c336e86f9f452f0
parent198251b34e672b27ac469d733368ef9b5f355ad6 (diff)
downloadopenbsd-78ff40b0a2d20864f3aba0938b17ac74741977d8.tar.gz
openbsd-78ff40b0a2d20864f3aba0938b17ac74741977d8.tar.bz2
openbsd-78ff40b0a2d20864f3aba0938b17ac74741977d8.zip
cannot be static, named uses it
-rw-r--r--src/lib/libc/net/res_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/res_init.c b/src/lib/libc/net/res_init.c
index d70b30f2ae..6f4f39ef9f 100644
--- a/src/lib/libc/net/res_init.c
+++ b/src/lib/libc/net/res_init.c
@@ -52,7 +52,7 @@
52 */ 52 */
53 53
54#if defined(LIBC_SCCS) && !defined(lint) 54#if defined(LIBC_SCCS) && !defined(lint)
55static char rcsid[] = "$OpenBSD: res_init.c,v 1.9 1996/09/22 05:14:05 deraadt Exp $"; 55static char rcsid[] = "$OpenBSD: res_init.c,v 1.10 1996/09/22 11:52:07 deraadt Exp $";
56#endif /* LIBC_SCCS and not lint */ 56#endif /* LIBC_SCCS and not lint */
57 57
58#include <sys/param.h> 58#include <sys/param.h>
@@ -406,7 +406,7 @@ net_mask(in) /* XXX - should really use system's version of this */
406 return (htonl(IN_CLASSC_NET)); 406 return (htonl(IN_CLASSC_NET));
407} 407}
408 408
409static u_int16_t 409u_int16_t
410res_randomid() 410res_randomid()
411{ 411{
412 struct timeval now; 412 struct timeval now;