Date: Sat, 24 Jun 2000 02:43:04 +0400 (MSD) From: Igor Timkin <ivt@logger.gamma.ru> To: Coleman Kane <cokane@FreeBSD.ORG> Cc: 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: <200006232243.CAA66319@logger.gamma.ru> In-Reply-To: <200006230554.WAA33750@freefall.freebsd.org> "from Coleman Kane at Jun 22, 2000 10:54:27 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
===> 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 > 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?200006232243.CAA66319>
