From owner-freebsd-current Tue Apr 4 10:02:29 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA15375 for current-outgoing; Tue, 4 Apr 1995 10:02:29 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA15369 for ; Tue, 4 Apr 1995 10:02:27 -0700 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id KAA06221; Tue, 4 Apr 1995 10:02:01 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id KAA00162; Tue, 4 Apr 1995 10:02:01 -0700 Message-Id: <199504041702.KAA00162@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: John Hay cc: current@FreeBSD.org (FreeBSD-current) Subject: Re: kernel make fail in kern_subr.c In-reply-to: Your message of "Sat, 04 Apr 95 18:01:42 +0200." <199504041601.SAA01937@dolphin.mikom.csir.co.za> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 04 Apr 1995 10:01:58 -0700 Sender: current-owner@FreeBSD.org Precedence: bulk >Hi, > >With the latest changes to kern_subr.c make fails. I have looked and some >"UIO_" stuff is defined in sys/uio.h but not this one. > >cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -nostdinc -I. -I../.. -I../../sys -I../../../include -DANGEL -DI586_CPU -DI486_CPU -DDODUMP -DGWETHER -DBOUNCE_BUFFERS -DUCONSOLE -DCOMPAT_43 -DPROCFS -DMFS -DFFS -DINET -DMATH_EMULATE -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 ../../kern/kern_subr.c >../../kern/kern_subr.c: In function `uiomove': >../../kern/kern_subr.c:93: `UIO_NOCOPY' undeclared (first use this function) >../../kern/kern_subr.c:93: (Each undeclared identifier is reported only once >../../kern/kern_subr.c:93: for each function it appears in.) >*** Error code 1 Oops. Thanks - I forgot to commit the change. -DG