cvs commit: src/sys/compat/ndis kern_windrv.c

Bill Paul wpaul at FreeBSD.org
Tue Mar 1 17:21:26 GMT 2005


wpaul       2005-03-01 17:21:25 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/ndis      kern_windrv.c 
  Log:
  In windrv_load(), I was allocating the driver object using
  malloc(sizeof(device_object), ...) by mistake. Correct this, and
  rename "dobj" to "drv" to make it a bit clearer what this variable
  is supposed to be.
  
  Spotted by: Mikore Li at Sun dot comnospamplzkthx
  
  Revision  Changes    Path
  1.5       +17 -17    src/sys/compat/ndis/kern_windrv.c


More information about the cvs-all mailing list