From owner-freebsd-current Sun Feb 11 20:47:53 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA22302 for current-outgoing; Sun, 11 Feb 1996 20:47:53 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA22293 for ; Sun, 11 Feb 1996 20:47:48 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.6.11/8.6.9) id XAA00337; Sun, 11 Feb 1996 23:44:30 GMT From: "John S. Dyson" Message-Id: <199602112344.XAA00337@dyson.iquest.net> Subject: Re: sys_pipe.c To: faubus@fastlane.net (James Faubus) Date: Sun, 11 Feb 1996 23:44:30 +0000 () Cc: freebsd-current@FreeBSD.ORG In-Reply-To: <311EACB6.167EB0E7@fastlane.net> from "James Faubus" at Feb 11, 96 08:57:58 pm X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG Precedence: bulk > Just did a build w/ the Feb. 5, "current". > The make world went ok, with only a few warnings, but the kernel compile > stopped on an undefined "vm_fault_quick" function in > "sys_pipe.c" . I grep'd through the files and indeed there is no > vm_fault_quick anywhere. > > I was able to get the kernel to build by commenting that line out, and > so far the kernel runs. What's up, I just joined the current mailing > list so if I missed out on this topic, please replay it for me. > vm_fault_quick is in /sys/i386/i386/vm_machdep.c. Remove the "static" from each of the definitions in the file. Things should work. There are severe bugs in the version of the new pipe code as of Feb 5. Try to get up-to-date so you can get some major bug fixes. Good luck!!! John