Subject: CVS commit: othersrc/vmware-modules/source/vmnet
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 06/29/2003 16:10:06
Module Name:	othersrc
Committed By:	jdolecek
Date:		Sun Jun 29 16:10:06 UTC 2003

Modified Files:
	othersrc/vmware-modules/source/vmnet: if_hubmod.c

Log Message:
adjust the code so that it could be compiled as part of kernel (pseudo-device),
as well as a LKM

hub_handle(): use variable on stack, the structure is small and this fixes
a memory leak (malloc() not followed by free())

adjust so that it compiles with the experimental uncommitted LKM versioning
changes (this part might change before the changes would be committed)


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 othersrc/vmware-modules/source/vmnet/if_hubmod.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.