Subject: problem building -current
To: None <current-users@netbsd.org>
From: Brad Salai <bsalai@sparky.roc.servtech.com>
List: current-users
Date: 06/25/1999 20:42:51
Trying to build -current from sources supped friday night gives:

cc  -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Wno-main -mno-fpu -I. -I../../../../arch -I../../../.. -nostdinc -DSUN4C -DSUN4M -DRASTERCONSOLE -DRASTERCONSOLE_FGCOL="WSCOL_BLACK" -DRASTERCONSOLE_BGCOL="WSCOL_WHITE" -DLKM -DNS -DMAXUSERS=32 -D_KERNEL  -c param.c
cc1: warnings being treated as errors
In file included from param.c:48:
../../../../sys/systm.h:196: warning: conflicting types for built-in function `memcmp'
../../../../sys/systm.h:197: warning: conflicting types for built-in function `memcpy'
../../../../sys/systm.h:199: warning: conflicting types for built-in function `memset'
*** Error code 1

Stop.

Any thoughts?

Brad