Subject: vm changes???
To: None <current@NetBSD.ORG>
From: Clarence Wilkerson <netbsd@hopf.math.purdue.edu>
List: current-users
Date: 02/05/1996 10:06:09
After my last sup this AM, the kernel would not compile:

wilker@haar> make
cc  -O2 -Werror -I. -I../../../../arch -I../../../.. -DSUN4C -DTIMEZONE="5" -DDST="0" -DSWAPPAGER -DVNODEPAGER -DDEVPAGER -DKTRACE -DRCONSOLE -DSYSVMSG -DSYSVSEM -DSYSVSHM -DCOMPAT_09 -DCOMPAT_10 -DFFS -DNFSSERVER -DNFSCLIENT -DCD9660 -DMSDOS -DINET -DCOMPAT_43 -DLKM -D_KERNEL  -c ../../../../arch/sparc/sparc/vm_machdep.c
../../../../arch/sparc/sparc/vm_machdep.c:243: conflicting types for `vmapbuf'
../../../../vm/vm_extern.h:135: previous declaration of `vmapbuf'
../../../../arch/sparc/sparc/vm_machdep.c:285: conflicting types for `vunmapbuf'
../../../../vm/vm_extern.h:136: previous declaration of `vunmapbuf'
*** Error code 1


Clarence Wilkerson