summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorderaadt <>1996-09-22 05:14:05 +0000
committerderaadt <>1996-09-22 05:14:05 +0000
commit198251b34e672b27ac469d733368ef9b5f355ad6 (patch)
tree640f10a5d5a956f68b46807525b6a7af78b0ebd4 /src/lib
parent52b1de54526adaec8535e7feb5b52431ec662c22 (diff)
downloadopenbsd-198251b34e672b27ac469d733368ef9b5f355ad6.tar.gz
openbsd-198251b34e672b27ac469d733368ef9b5f355ad6.tar.bz2
openbsd-198251b34e672b27ac469d733368ef9b5f355ad6.zip
random function name
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/net/res_init.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libc/net/res_init.c b/src/lib/libc/net/res_init.c
index 85e0c8211e..d70b30f2ae 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.8 1996/09/22 02:18:44 deraadt Exp $"; 55static char rcsid[] = "$OpenBSD: res_init.c,v 1.9 1996/09/22 05:14:05 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>
@@ -68,7 +68,6 @@ static char rcsid[] = "$OpenBSD: res_init.c,v 1.8 1996/09/22 02:18:44 deraadt Ex
68 68
69static void res_setoptions __P((char *, char *)); 69static void res_setoptions __P((char *, char *));
70static u_int32_t net_mask __P((struct in_addr)); 70static u_int32_t net_mask __P((struct in_addr));
71static u_int16_t res_randomid __P((void));
72 71
73/* 72/*
74 * Resolver state default settings 73 * Resolver state default settings
@@ -408,7 +407,7 @@ net_mask(in) /* XXX - should really use system's version of this */
408} 407}
409 408
410static u_int16_t 409static u_int16_t
411__res_randomid() 410res_randomid()
412{ 411{
413 struct timeval now; 412 struct timeval now;
414 413