Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Apr 1995 10:01:58 -0700
From:      David Greenman <davidg@Root.COM>
To:        John Hay <jhay@mikom.csir.co.za>
Cc:        current@FreeBSD.org (FreeBSD-current)
Subject:   Re: kernel make fail in kern_subr.c 
Message-ID:  <199504041702.KAA00162@corbin.Root.COM>
In-Reply-To: Your message of "Sat, 04 Apr 95 18:01:42 %2B0200." <199504041601.SAA01937@dolphin.mikom.csir.co.za> 

next in thread | previous in thread | raw e-mail | index | archive | help
>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504041702.KAA00162>