Subject: None
To: None <current-users@NetBSD.ORG>
From: Chad Mynhier <mynhier@cs.utk.edu>
List: current-users
Date: 01/23/1998 10:35:50
I've gotten the following error when doing a 'make build' (sources
supped Jan 22):
[The offending directory]
all ===> sys/arch/alpha/stand/netboot
[The error]
making sure the kern library is up to date...
cc -Wall -Werror -mno-fp-regs -g -Werror -I/usr/src/sys/lib/libkern/arch/alpha
-I/usr/src/sys/arch/alpha/stand/netboot/../.. -I/usr/src/sys/arch/alpha/stand/ne
tboot/../../../.. -DALPHA_BOOT_ECOFF -DALPHA_BOOT_ELF -DPRIMARY_BOOTBLOCK -D_STANDALONE -DSUPPORT_DHCP -I/usr/src/sys/arch/alpha/stand/netboot -DPRIMARY_LOAD_ADDRESS="0x20000000" -DSECONDARY_LOAD_ADDRESS="0x20004000" -c -DSTRCHR /usr/src/sys/lib/libkern/index.c /usr/src/sys/lib/libkern/strchr.c -o strchr.o
/usr/src/sys/lib/libkern/strchr.c:47: warning: `STRCHR' redefined
*Initialization*:1: warning: this is the location of the previous definition
*** Error code 1
Stop.
Is it something I'm doing wrong, or is there an actual problem? Well,
based on this:
static char *rcsid = "$NetBSD: strchr.c,v 1.2 1997/10/13 11:55:47 lukem Exp $";
I'm guessing it's something I'm doing wrong. Can anyone point me in the
right direction?
Thanks,
Chad Mynhier