Date: Tue, 25 Jan 2005 17:00:54 +0000 (UTC) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/ndis ndis_var.h ntoskrnl_var.h subr_ndis.c subr_ntoskrnl.c Message-ID: <200501251700.j0PH0sUe062571@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2005-01-25 17:00:54 UTC FreeBSD src repository Modified files: sys/compat/ndis ndis_var.h ntoskrnl_var.h subr_ndis.c subr_ntoskrnl.c Log: Apparently, the Intel icc compiler doesn't like it when you use attributes in casts (i.e. foo = (__stdcall sometype)bar). This only happens in two places where we need to set up function pointers, so work around the problem with some void pointer magic. Revision Changes Path 1.32 +1 -1 src/sys/compat/ndis/ndis_var.h 1.21 +1 -1 src/sys/compat/ndis/ntoskrnl_var.h 1.72 +1 -1 src/sys/compat/ndis/subr_ndis.c 1.48 +1 -1 src/sys/compat/ndis/subr_ntoskrnl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501251700.j0PH0sUe062571>