summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-11 17:13:31 +0000
committerpeter <peter@FreeBSD.org>1997-03-11 17:13:31 +0000
commitf26ffa5920a9f96bf8c9e5d665ff490f182cf998 (patch)
treedbf8554d66cd6bd9c5d0c5c6124ac2d9cbc1e3e4
parent16ed08bcce0ba290a36cf66037036cfc762cb1da (diff)
downloadFreeBSD-src-f26ffa5920a9f96bf8c9e5d665ff490f182cf998.zip
FreeBSD-src-f26ffa5920a9f96bf8c9e5d665ff490f182cf998.tar.gz
Build under Lite2 includes
-rw-r--r--gnu/usr.bin/awk/builtin.c2
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));
OpenPOWER on IntegriCloud