Date: Tue, 4 Apr 1995 18:01:42 +0200 (SAT) From: John Hay <jhay@mikom.csir.co.za> To: current@FreeBSD.org (FreeBSD-current) Subject: kernel make fail in kern_subr.c Message-ID: <199504041601.SAA01937@dolphin.mikom.csir.co.za>
next 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 Stop. -- John Hay -- jhay@mikom.csir.co.za
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504041601.SAA01937>