Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 1999 00:20:28 +0900
From:      Kenjiro Cho <kjc@csl.sony.co.jp>
To:        Udo Schweigert <ust@cert.siemens.de>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: RELENG_3 broken for libc_r, libpam and truss/kdump 
Message-ID:  <199905091520.AAA25705@hotaka.csl.sony.co.jp>
In-Reply-To: Your message of "Sun, 09 May 1999 12:28:17 %2B0200." <19990509122817.A25953@alaska.cert.siemens.de> 

next in thread | previous in thread | raw e-mail | index | archive | help

These ioctls are removed so that you need to remake ioctl.c.
(Do "make clean" under usr.bin/kdump.)

--Kenjiro

>> ===> usr.bin/kdump
>> cc -O2 -pipe -I/home/src/RELENG_3/usr.bin/kdump/../ktrace -I/home/src/RELENG_3/usr.bin/kdump/../..   -I/usr/obj/home/src/RELENG_3/tmp/usr/include -c ioctl.c
>> ioctl.c: In function `ioctlname':
>> ioctl.c:790: `SIOCSPVCTX' undeclared (first use this function)
>> ioctl.c:790: (Each undeclared identifier is reported only once
>> ioctl.c:790: for each function it appears in.)
>> ioctl.c:1168: `SIOCGPVCSIF' undeclared (first use this function)
>> ioctl.c:1244: `SIOCSPVCSIF' undeclared (first use this function)
>> ioctl.c:1278: `SIOCGPVCTX' undeclared (first use this function)
>> *** Error code 1
>> `all' not remade because of errors.

>> ===> usr.bin/truss
>> cc -O2 -pipe -I/home/src/RELENG_3/usr.bin/truss -I.   -I/usr/obj/home/src/RELENG_3/tmp/usr/include -c ioctl.c
>> ioctl.c: In function `ioctlname':
>> ioctl.c:790: `SIOCSPVCTX' undeclared (first use this function)
>> ioctl.c:790: (Each undeclared identifier is reported only once
>> ioctl.c:790: for each function it appears in.)
>> ioctl.c:1168: `SIOCGPVCSIF' undeclared (first use this function)
>> ioctl.c:1244: `SIOCSPVCSIF' undeclared (first use this function)
>> ioctl.c:1278: `SIOCGPVCTX' undeclared (first use this function)
>> *** Error code 1
>> `all' not remade because of errors.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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