From owner-freebsd-current Tue May 19 16:23:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14764 for freebsd-current-outgoing; Tue, 19 May 1998 16:23:14 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14675 for ; Tue, 19 May 1998 16:22:51 -0700 (PDT) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id SAA23983; Tue, 19 May 1998 18:22:39 -0500 (EST) (envelope-from toor) Message-Id: <199805192322.SAA23983@dyson.iquest.net> Subject: Re: 'Dat is dis? In-Reply-To: <19980518163957.07833@mcs.net> from Karl Denninger at "May 18, 98 04:39:57 pm" To: karl@mcs.net (Karl Denninger) Date: Tue, 19 May 1998 18:22:39 -0500 (EST) Cc: current@FreeBSD.ORG From: "John S. Dyson" Reply-To: dyson@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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