Build under Lite2 includes

This commit is contained in:
Peter Wemm 1997-03-11 17:13:31 +00:00
parent 06ffcdb202
commit 4cd4220565
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23724

View File

@ -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));