diff options
Diffstat (limited to 'src/lib/libc/net/res_random.c')
-rw-r--r-- | src/lib/libc/net/res_random.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/res_random.c b/src/lib/libc/net/res_random.c index ef768a7348..a11241246d 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.8 1999/08/26 13:38:10 provos Exp $ */ | 1 | /* $OpenBSD: res_random.c,v 1.9 2001/01/04 21:45:31 todd 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> |
@@ -125,7 +125,7 @@ pmod(gen, exp, mod) | |||
125 | } | 125 | } |
126 | 126 | ||
127 | /* | 127 | /* |
128 | * Initalizes the seed and chooses a suitable generator. Also toggles | 128 | * Initializes the seed and chooses a suitable generator. Also toggles |
129 | * the msb flag. The msb flag is used to generate two distinct | 129 | * the msb flag. The msb flag is used to generate two distinct |
130 | * cycles of random numbers and thus avoiding reuse of ids. | 130 | * cycles of random numbers and thus avoiding reuse of ids. |
131 | * | 131 | * |