Date: Tue, 1 Mar 2005 17:21:25 +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 kern_windrv.c Message-ID: <200503011721.j21HLPsc076689@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503011721.j21HLPsc076689>
