Subject: error in nullfs_mount while building -current
To: None <current-users@NetBSD.ORG>
From: Brad Salai <bsalai@tmonline.com>
List: current-users
Date: 03/11/1997 07:33:07
Building current from sources supped on Mar 11 gives the following:
cc  -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -msoft-float -I. -I../../../../arch -I../../../.. -nostdinc -DHZ="0x3c" -DEXEC_AOUT -DEXEC_SCRIPT -DSWAPPAGER -DVNODEPAGER -DDEVPAGER -DKTRACE -DSYSVMSG -DSYSVSEM -DSYSVSHM -DLKM -DUCONSOLE -DDDB -DDIAGNOSTIC -DCOMPAT_43 -DCOMPAT_10 -DCOMPAT_11 -DCOMPAT_12 -DCOMPAT_SUNOS -DFFS -DNFS -DKERNFS -DNULLFS -DMFS -DFDESC -DUMAPFS -DLFS -DPORTAL -DPROCFS -DCD9660 -DUNION -DMSDOSFS -DQUOTA -DNFSSERVER -DFIFO -DINET -DTCP_COMPAT_42 -DGATEWAY -DPPP_BSDCOMP -DPPP_DEFLATE -DPFIL_HOOKS -DM68040 -DM68030 -DM68020 -DFPSP -DFPU_EMULATE -DZS_CONSOLE_ABORT -DDISABLE_EXT_CACHE -DMAC68K_BROKEN_VIDEO -DMAXUSERS=16 -D_KERNEL  -Dmc68020 -Dmac68k  -c ../../../../miscfs/nullfs/null_vfsops.c
../../../../miscfs/nullfs/null_vfsops.c: In function `nullfs_mount':
../../../../miscfs/nullfs/null_vfsops.c:160: `MOUNT_LOFS' undeclared (first use this function)
../../../../miscfs/nullfs/null_vfsops.c:160: (Each undeclared identifier is reported only once
../../../../miscfs/nullfs/null_vfsops.c:160: for each function it appears in.)
*** Error code 1

Stop.


Any ideas on what to do?

Brad