diff options
| author | deraadt <> | 1996-09-22 11:52:07 +0000 |
|---|---|---|
| committer | deraadt <> | 1996-09-22 11:52:07 +0000 |
| commit | 78ff40b0a2d20864f3aba0938b17ac74741977d8 (patch) | |
| tree | 4c62e006944ac4379aa4deb90c336e86f9f452f0 /src/lib/libc/net/res_init.c | |
| parent | 198251b34e672b27ac469d733368ef9b5f355ad6 (diff) | |
| download | openbsd-78ff40b0a2d20864f3aba0938b17ac74741977d8.tar.gz openbsd-78ff40b0a2d20864f3aba0938b17ac74741977d8.tar.bz2 openbsd-78ff40b0a2d20864f3aba0938b17ac74741977d8.zip | |
cannot be static, named uses it
Diffstat (limited to 'src/lib/libc/net/res_init.c')
| -rw-r--r-- | src/lib/libc/net/res_init.c | 4 |
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) |
| 55 | static char rcsid[] = "$OpenBSD: res_init.c,v 1.9 1996/09/22 05:14:05 deraadt Exp $"; | 55 | static 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 | ||
| 409 | static u_int16_t | 409 | u_int16_t |
| 410 | res_randomid() | 410 | res_randomid() |
| 411 | { | 411 | { |
| 412 | struct timeval now; | 412 | struct timeval now; |
