Date: Thu, 14 Jun 2001 17:17:02 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mly mly.c Message-ID: <200106150017.f5F0H4i53509@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2001/06/14 17:17:02 PDT Modified files: sys/dev/mly mly.c Log: Fix warning: 110: initialization makes pointer from integer without a cast This was passing a (d_kqfilter_t *)-1 as the kqfilter function pointer. Fortunately there was no D_KQFILTER in d_flags, so this was harmless. Revision Changes Path 1.7 +2 -3 src/sys/dev/mly/mly.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?200106150017.f5F0H4i53509>