Date: Tue, 19 May 1998 18:22:39 -0500 (EST) From: "John S. Dyson" <dyson@FreeBSD.ORG> To: karl@mcs.net (Karl Denninger) Cc: current@FreeBSD.ORG Subject: Re: 'Dat is dis? Message-ID: <199805192322.SAA23983@dyson.iquest.net> In-Reply-To: <19980518163957.07833@mcs.net> from Karl Denninger at "May 18, 98 04:39:57 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Karl Denninger said: > Attmepting to build a kernel with the latest bits.... > > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h ../../vm/vm_meter.c > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h ../../vm/vm_mmap.c > ../../vm/vm_mmap.c: In function `mmap': > ../../vm/vm_mmap.c:303: `va' undeclared (first use this function) > ../../vm/vm_mmap.c:303: (Each undeclared identifier is reported only once > ../../vm/vm_mmap.c:303: for each function it appears in.) > vnode_if.h:235: warning: inlining failed in call to `VOP_GETATTR' > ../../vm/vm_mmap.c:304: warning: called from here > ../../vm/vm_mmap.c:307: `IMMUTABLE' undeclared (first use this function) > ../../vm/vm_mmap.c:307: `APPEND' undeclared (first use this function) > *** Error code 1 > > That's not a good thing, me thinks. > It is a new feature :-). Someone has already committed a fix :-). John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805192322.SAA23983>