Subject: libc error when compiling
To: current <current-users@NetBSD.ORG>
From: Eric Delcamp <edelcamp@Pop-Bordeaux-13.easynet.fr>
List: current-users
Date: 02/10/1998 11:36:39
Hi !

I got this error on m68k and i386 port :

cc -O -m486 -DUVM -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith  -DNLS -DYP -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DRESOLVSORT -DPOSIX_MISTAKE -DFLOATING_POINT -c /usr/src/lib/libc/stdlib/random.c
/usr/src/lib/libc/stdlib/random.c: In function `initstate':
/usr/src/lib/libc/stdlib/random.c:272: argument `n' doesn't match prototype
/usr/include/stdlib.h:170: prototype declaration
*** Error code 1

Thanks.