From owner-cvs-all Mon Nov 1 20:52:12 1999 Delivered-To: cvs-all@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 8A7D314EC7; Mon, 1 Nov 1999 20:52:03 -0800 (PST) (envelope-from jedgar@fxp.org) Received: from earth.fxp (oca-u1-38.hitter.net [207.192.78.38]) by pawn.primelocation.net (Postfix) with ESMTP id 51DB89B22; Mon, 1 Nov 1999 23:51:59 -0500 (EST) Date: Mon, 1 Nov 1999 23:51:58 -0500 (EST) From: "Chris D. Faulhaber" X-Sender: jedgar@earth.fxp To: Nicolas Souchu 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 In-Reply-To: <199911012248.OAA38503@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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. 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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message