Subject: libc build errors
To: None <current-users@NetBSD.ORG>
From: Krister Walfridsson <cato@df.lth.se>
List: current-users
Date: 07/15/1997 19:53:43
My libc (supped today) doesn't want to be built, due to a missing prototype.

cc -O -DNLS -DYP -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -DFLOATING_POINT  -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes  -c /usr/src/lib/libc/arch/sparc/gen/flt_rounds.c
cc1: warnings being treated as errors
/usr/src/lib/libc/arch/sparc/gen/flt_rounds.c:15: warning: function declaration isn't a prototype
*** Error code 1

   /Krister