Date: Sat, 24 Jun 2000 02:07:54 -0400 From: Coleman Kane <cokane@one.net> To: Igor Timkin <ivt@logger.gamma.ru> Cc: Coleman Kane <cokane@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/tdfx tdfx_pci.c tdfx_vars.h src/sys/modules/tdfx Makefile Message-ID: <20000624020754.B6179@cokane.yi.org> In-Reply-To: <200006232243.CAA66319@logger.gamma.ru>; from ivt@logger.gamma.ru on Fri, Jun 23, 2000 at 06:44:27PM -0400 References: <200006230554.WAA33750@freefall.freebsd.org> <200006232243.CAA66319@logger.gamma.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
What version of freebsd are you using? Try updating once more, it sometimes takes some time to get all the changes moved onto the cvsup servers. Igor Timkin had the audacity to say: > ===> tdfx > cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -c /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c > /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c:106: warning: type defaults to `int' in declaration of `LINUX_IOCTL_SET' > /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c:106: warning: parameter names (without types) in function declaration > /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c:106: warning: data definition has no type or storage class > /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c: In function `tdfx_do_pio_rd': > /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c:618: warning: comparison is always true due to limited range of data type > /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c: In function `tdfx_do_pio_wt': > /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c:642: warning: comparison is always true due to limited range of data type > /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c: At top level: > /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c:740: warning: `struct linux_ioctl_args' declared inside parameter list > /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c:740: warning: its scope is only this definition or declaration, which is probably not what you want. > /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c: In function `linux_ioctl_tdfx': > /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c:743: dereferencing pointer to incomplete type > /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c:749: dereferencing pointer to incomplete type > /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c:752: dereferencing pointer to incomplete type > /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c: At top level: > /usr/src/sys/modules/tdfx/../../dev/tdfx/tdfx_pci.c:741: warning: `linux_ioctl_tdfx' defined but not used > *** Error code 1 > > Stop in /usr/src/sys/modules/tdfx. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/src/sys/compile/IVTHOME. > > > cokane 2000/06/22 22:54:27 PDT > > > > Modified files: > > sys/dev/tdfx tdfx_pci.c tdfx_vars.h > > Log: > > Finish up the fixing of the linux ioctl stuff. Add line to remove the dev > > entry upon unload. > > > > Revision Changes Path > > 1.6 +6 -2 src/sys/dev/tdfx/tdfx_pci.c > > 1.3 +2 -1 src/sys/dev/tdfx/tdfx_vars.h > > > > > > Modified files: > > sys/modules/tdfx Makefile > > Log: > > Finish up the fixing of the linux ioctl stuff. Add line to remove the dev > > entry upon unload. > > > > Fix the module makefile. > > > > Revision Changes Path > > 1.4 +3 -2 src/sys/modules/tdfx/Makefile > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe cvs-all" in the body of the message > > > -- Coleman Kane President, UC Free O.S. Users Group - http://pohl.ececs.uc.edu 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?20000624020754.B6179>