From owner-freebsd-current Sun Feb 11 18:59:07 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA03690 for current-outgoing; Sun, 11 Feb 1996 18:59:07 -0800 (PST) Received: from fastlane.net (fastlane.net [204.251.16.10]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id SAA03678 for ; Sun, 11 Feb 1996 18:59:02 -0800 (PST) Received: from myname.my.domain (fw35.fastlane.net [206.42.189.35]) by fastlane.net (8.7.3/8.7.3) with SMTP id VAA14990 for ; Sun, 11 Feb 1996 21:54:03 -0600 (CST) Message-ID: <311EACB6.167EB0E7@fastlane.net> Date: Sun, 11 Feb 1996 20:57:58 -0600 From: James Faubus X-Mailer: Mozilla 2.0b5 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: freebsd-current@FreeBSD.ORG Subject: sys_pipe.c 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.