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

Bruce M Simpson bms at FreeBSD.org
Fri Sep 17 12:54:27 PDT 2004


bms         2004-09-17 19:54:26 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/ndis      subr_ndis.c subr_ntoskrnl.c 
  Log:
  Fix compiler warnings, when __stdcall is #defined, by adding explicit casts.
  These normally only manifest if the ndis compat module is statically
  compiled into a kernel image by way of 'options NDISAPI'.
  
  Submitted by:   Dmitri Nikulin
  Approved by:    wpaul
  PR:             kern/71449
  MFC after:      1 week
  
  Revision  Changes    Path
  1.68      +1 -1      src/sys/compat/ndis/subr_ndis.c
  1.44      +1 -1      src/sys/compat/ndis/subr_ntoskrnl.c


More information about the cvs-src mailing list