From owner-cvs-all Sun May 9 8:20:41 1999 Delivered-To: cvs-all@freebsd.org Received: from widefw.csl.sony.co.jp (widefw.csl.sony.co.jp [133.138.1.1]) by hub.freebsd.org (Postfix) with ESMTP id 8C26A15518; Sun, 9 May 1999 08:20:31 -0700 (PDT) (envelope-from kjc@csl.sony.co.jp) Received: from hotaka.csl.sony.co.jp (root@hotaka.csl.sony.co.jp [43.27.100.57]) by widefw.csl.sony.co.jp (8.9.3/3.7Wwidefw/99041417) with ESMTP id AAA28124; Mon, 10 May 1999 00:20:30 +0900 (JST) Received: from localhost (kjc@[127.0.0.1]) by hotaka.csl.sony.co.jp (8.8.8/3.6W/hotaka/98122515) with ESMTP id AAA25705; Mon, 10 May 1999 00:20:29 +0900 (JST) Message-Id: <199905091520.AAA25705@hotaka.csl.sony.co.jp> To: Udo Schweigert Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: RELENG_3 broken for libc_r, libpam and truss/kdump In-reply-to: Your message of "Sun, 09 May 1999 12:28:17 +0200." <19990509122817.A25953@alaska.cert.siemens.de> Date: Mon, 10 May 1999 00:20:28 +0900 From: Kenjiro Cho Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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