diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-03-01 20:24:23 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-03-01 20:24:23 +0000 |
| commit | 8d9622c3c90db8e32c23f9cd5afbd31121ebee19 (patch) | |
| tree | 476cfc983f5bf2fbeb3037807b573e0c11b75047 /gnu | |
| parent | 66e34790dc6ca9856e4fabc101da1ad5d4d10c47 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/awk/builtin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/awk/builtin.c b/gnu/usr.bin/awk/builtin.c index a9267cbb09d7..e613e6cac69d 100644 --- a/gnu/usr.bin/awk/builtin.c +++ b/gnu/usr.bin/awk/builtin.c @@ -30,7 +30,7 @@ extern void srandom P((unsigned int seed)); #endif #ifndef linux -extern char *initstate P((unsigned seed, char *state, int n)); +extern char *initstate P((unsigned long seed, char *state, long n)); extern char *setstate P((char *state)); extern long random P((void)); #endif |
