diff options
author | peter <peter@FreeBSD.org> | 1997-03-11 17:13:31 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-03-11 17:13:31 +0000 |
commit | f26ffa5920a9f96bf8c9e5d665ff490f182cf998 (patch) | |
tree | dbf8554d66cd6bd9c5d0c5c6124ac2d9cbc1e3e4 | |
parent | 16ed08bcce0ba290a36cf66037036cfc762cb1da (diff) | |
download | FreeBSD-src-f26ffa5920a9f96bf8c9e5d665ff490f182cf998.zip FreeBSD-src-f26ffa5920a9f96bf8c9e5d665ff490f182cf998.tar.gz |
Build under Lite2 includes
-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 ea17980..c07d0d8 100644 --- a/gnu/usr.bin/awk/builtin.c +++ b/gnu/usr.bin/awk/builtin.c @@ -29,7 +29,7 @@ #ifndef SRANDOM_PROTO extern void srandom P((unsigned int seed)); #endif -#ifndef linux +#if !defined(linux) && !defined(__FreeBSD__) extern char *initstate P((unsigned seed, char *state, int n)); extern char *setstate P((char *state)); extern long random P((void)); |