Subject: another -current compile error
To: None <port-sun3@NetBSD.ORG>
From: Erik E. Fair <fair@clock.org>
List: port-sun3
Date: 03/15/1998 01:41:02
all ===> sys/lkm/netinet/if_ipl
rm -f machine &&  ln -s /usr/src/sys/arch/sun3/include machine
rm -f m68k &&  ln -s /usr/src/sys/arch/m68k/include m68k
cc -O  -D_KERNEL -D_LKM -I. -I/usr/src/sys/lkm/netinet/if_ipl
-I/usr/src/sys -I/
usr/src/sys/arch -Werror  -DIPFILTER_LOG -c /usr/src/sys/netinet/ip_fil.c
In file included from /usr/src/sys/vm/vm.h:84,
                 from /usr/src/sys/netinet/ip_compat.h:306,
                 from /usr/src/sys/netinet/ip_fil.c:91:
/usr/src/sys/vm/pmap.h:125: syntax error before `vm_offset_t'
cc1: warnings being treated as errors
/usr/src/sys/vm/pmap.h:139: warning: parameter names (without types) in
function
 declaration
/usr/src/sys/vm/pmap.h:141: syntax error before `vm_offset_t'
/usr/src/sys/vm/pmap.h:146: syntax error before `pmap_create'
/usr/src/sys/vm/pmap.h:146: warning: data definition has no type or storage
clas
s
/usr/src/sys/vm/pmap.h:148: warning: parameter names (without types) in
function
 declaration
/usr/src/sys/vm/pmap.h:150: syntax error before `vm_offset_t'
/usr/src/sys/vm/pmap.h:151: syntax error before `vm_offset_t'
/usr/src/sys/vm/pmap.h:190: syntax error before `vm_offset_t'
/usr/src/sys/vm/pmap.h:194: warning: parameter names (without types) in
function
 declaration
/usr/src/sys/vm/pmap.h:196: syntax error before `vm_offset_t'
/usr/src/sys/vm/pmap.h:197: warning: parameter names (without types) in
function
 declaration
/usr/src/sys/vm/pmap.h:198: warning: parameter names (without types) in
function
 declaration
/usr/src/sys/vm/pmap.h:199: syntax error before `vm_offset_t'
*** Error code 1

Stop.

Some definition or other is missing here.

	Erik <fair@clock.org>