cvs commit: src/sys/compat/ndis ndis_var.h ntoskrnl_var.h subr_ndis.c subr_ntoskrnl.c

Bill Paul wpaul at FreeBSD.org
Sun Jul 3 01:10:40 GMT 2005


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



More information about the cvs-all mailing list