On Wed, Feb 02, 2000 at 03:46:02PM -0500, Mike Tancsa wrote:
> 
> I did a make world and all went well.  However, after a 
> config -r mykernel;cd ../../compile/mykerlen;make depend;make, it dies at
> 
> 
> cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
> -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith
> -Winline -Wuninitialized -Wformat -Wunused  -fformat-extensions -ansi
> -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -DVM_STACK -include
> opt_global.h -elf  ../../dev/kbd/kbd.c
> ../../dev/kbd/kbd.c: In function `genkbd_commonioctl':
> ../../dev/kbd/kbd.c:799: duplicate case value
> ../../dev/kbd/kbd.c:794: this is the first entry for that value
> *** Error code 1

Same here. It's easy to fix though--open /usr/src/sys/dev/kbd/kbd.c and go down
to line 799. It's pretty obvious where the duplicate case value is. Just delete
one of them (about 5 lines) and it'll compile.

Chris


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to