Date: Wed, 25 Sep 2002 23:19:32 -0700 (PDT) From: Nate Lawson <njl@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_venus.c Message-ID: <200209260619.g8Q6JWFL082509@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2002/09/25 23:19:32 PDT Modified files: sys/coda coda_venus.c Log: Fix these warns where sizeof(int) != sizeof(void *) /h/des/src/sys/coda/coda_venus.c: In function `venus_ioctl': /h/des/src/sys/coda/coda_venus.c:277: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_venus.c:292: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_venus.c: In function `venus_readlink': /h/des/src/sys/coda/coda_venus.c:380: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_venus.c: In function `venus_readdir': /h/des/src/sys/coda/coda_venus.c:637: warning: cast from pointer to integer of different size Submitted by: des-alpha-tinderbox Revision Changes Path 1.16 +4 -4 src/sys/coda/coda_venus.c 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?200209260619.g8Q6JWFL082509>