Subject: -current problem with uha device
To: None <current-users@NetBSD.ORG>
From: Perry E. Metzger <perry@piermont.com>
List: current-users
Date: 10/20/1996 20:57:40
I just got this fun thing when compiling a GENERIC (well, RAMDISK, but
close enough) kernel. Anyone care to tell me how to fix it?

cc  -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -I. -I../../../../arch -I../../../.. -nostdinc -DI386_CPU -DI486_CPU -DI586_CPU -DMATH_EMULATE -DMACHINE_NONCONTIG -DTIMEZONE="0" -DDST="0" -DSWAPPAGER -DVNODEPAGER -DDEVPAGER -DRAMDISK_SERVER="0" -DRAMDISK_HOOKS -DMINIROOTSIZE="0x200" -DCOMPAT_10 -DCOMPAT_11 -DCOMPAT_12 -DEXEC_SCRIPT -DEXEC_AOUT -DLKM -DFFS -DMFS -DNFSCLIENT -DCD9660 -DMSDOSFS -DFDESC -DFIFO -DKERNFS -DINET -DMAXUSERS=32 -D_KERNEL  -Di386  -c ../../../../dev/ic/uha.c
cc1: warnings being treated as errors
../../../../dev/ic/uha.c:145: warning: static declaration for `uha_reset_mscp' follows non-static
../../../../dev/ic/uha.c:179: warning: static declaration for `uha_init_mscp' follows non-static
*** Error code 1