Subject: src/sys/lkm/vfs/adosfs compile failure (fresh sources of today/now)
To: None <current-users@netbsd.org>
From: Markus W Kilbinger <kilbi@rad.rwth-aachen.de>
List: current-users
Date: 09/14/2004 09:52:11
dependall ===> vfs
dependall ===> vfs/adosfs
#   compile  adosfs/advfsops.o
/usr/toolchain-i386/bin/i386--netbsdelf-gcc -march=athlon-mp -O2 -ffreestanding  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional -Wno-uninitialized  -Werror   -nostdinc -I. -I/usr/src/sys/lkm/vfs/adosfs -isystem /usr/src/sys -isystem /usr/src/sys/arch -D_KERNEL -D_LKM  -c    /usr/src/sys/fs/adosfs/advfsops.c
/usr/src/sys/fs/adosfs/advfsops.c: In function `adosfs_mountfs':
/usr/src/sys/fs/adosfs/advfsops.c:264: error: `ADMAXNAMLEN' undeclared (first use in this function)
/usr/src/sys/fs/adosfs/advfsops.c:264: error: (Each undeclared identifier is reported only once
/usr/src/sys/fs/adosfs/advfsops.c:264: error: for each function it appears in.)

*** Failed target:  advfsops.o
*** Failed command: /usr/toolchain-i386/bin/i386--netbsdelf-gcc -march=athlon-mp -O2 -ffreestanding -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional -Wno-uninitialized -Werror -nostdinc -I. -I/usr/src/sys/lkm/vfs/adosfs -isystem /usr/src/sys -isystem /usr/src/sys/arch -D_KERNEL -D_LKM -c /usr/src/sys/fs/adosfs/advfsops.c
*** Error code 1