diff options
Diffstat (limited to 'src/lib/libc/net/res_random.c')
-rw-r--r-- | src/lib/libc/net/res_random.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/res_random.c b/src/lib/libc/net/res_random.c index b52330b3ee..4dc1d33462 100644 --- a/src/lib/libc/net/res_random.c +++ b/src/lib/libc/net/res_random.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: res_random.c,v 1.15 2003/12/12 06:57:12 itojun Exp $ */ | 1 | /* $OpenBSD: res_random.c,v 1.16 2005/03/25 13:24:12 otto Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 4 | * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
@@ -122,7 +122,7 @@ pmod(u_int16_t gen, u_int16_t exp, u_int16_t mod) | |||
122 | * application does not have to worry about it. | 122 | * application does not have to worry about it. |
123 | */ | 123 | */ |
124 | static void | 124 | static void |
125 | res_initid() | 125 | res_initid(void) |
126 | { | 126 | { |
127 | u_int16_t j, i; | 127 | u_int16_t j, i; |
128 | int noprime = 1; | 128 | int noprime = 1; |
@@ -173,7 +173,7 @@ res_initid() | |||
173 | } | 173 | } |
174 | 174 | ||
175 | u_int | 175 | u_int |
176 | res_randomid() | 176 | res_randomid(void) |
177 | { | 177 | { |
178 | int i, n; | 178 | int i, n; |
179 | 179 | ||