From owner-cvs-all Tue Nov 2 15:10:45 1999 Delivered-To: cvs-all@freebsd.org Received: from smtp3.free.fr (smtp3.free.fr [212.27.32.72]) by hub.freebsd.org (Postfix) with ESMTP id 92AD115387; Tue, 2 Nov 1999 15:10:19 -0800 (PST) (envelope-from nsouch@free.fr) Received: from free.fr (paris11-nas4-47-81.dial.proxad.net [212.27.47.81]) by smtp3.free.fr (8.9.3/8.9.3/Debian/GNU) with ESMTP id AAA22732; Wed, 3 Nov 1999 00:10:15 +0100 Received: (from nsouch@localhost) by free.fr (8.9.3/8.9.1) id AAA02091; Wed, 3 Nov 1999 00:15:54 +0100 (CET) (envelope-from nsouch) Message-ID: <19991103001553.60865@breizh.free.fr> Date: Wed, 3 Nov 1999 00:15:53 +0100 From: Nicolas Souchu To: "Chris D. Faulhaber" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf files options src/sys/dev/iicbus iic.c iicbus.c iiconf.c src/sys/dev/smbus smb.c smbconf.c smbconf.h smbus.c src/sys/i386/conf LINT src/sys/pci alpm.c intpm.c intpmreg.h pcisupport.c References: <199911012248.OAA38503@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: ; from Chris D. Faulhaber on Mon, Nov 01, 1999 at 11:51:58PM -0500 X-Operating-System: FreeBSD breizh 4.0-CURRENT FreeBSD 4.0-CURRENT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, Nov 01, 1999 at 11:51:58PM -0500, Chris D. Faulhaber wrote: > >Compiling in iic support now gives: > >cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit >-Wnested-ex >terns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline >-Wunini >tialized -Wformat -Wunused -fformat-extensions -ansi -g -nostdinc -I- >-I. -I../ >... -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf >.../../dev >/iicbus/iic.c >.../../dev/iicbus/iic.c: In function `iicioctl': >.../../dev/iicbus/iic.c:232: `O_NONBLOCK' undeclared (first use this >function) >.../../dev/iicbus/iic.c:232: (Each undeclared identifier is reported only >once >.../../dev/iicbus/iic.c:232: for each function it appears in.) >*** Error code 1 > >Stop. Ooops, thanks. > >Changing the following seems to help :) > >Index: src/sys/dev/iicbus//iic.c >=================================================================== >RCS file: /home/ncvs/src/sys/dev/iicbus/iic.c,v >retrieving revision 1.6.2.2 >diff -u -r1.6.2.2 iic.c >--- iic.c 1999/11/01 22:48:27 1.6.2.2 >+++ iic.c 1999/11/02 04:52:11 >@@ -35,6 +35,7 @@ > #include > #include > #include >+#include > > #include > > >----- >Chris D. Faulhaber | All the true gurus I've met never >System/Network Administrator, | claimed they were one and always >Reality Check Information, Inc. | pointed to someone better. > > > > -- nsouch@free.fr / nsouch@freebsd.org FreeBSD - Turning PCs into workstations - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message