Subject: CVS commit: src/sys/lkm/net/ethfoo/ethfoo
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 05/13/2004 07:20:47
Module Name:	src
Committed By:	cube
Date:		Thu May 13 07:20:47 UTC 2004

Modified Files:
	src/sys/lkm/net/ethfoo/ethfoo: ethfoo_lkm.c

Log Message:
It's not safe to save the sysctlnode pointer returned by sysctl_createv.
It should only be used by the calling function to create further nodes
in the same function, and of course to save the MIB number, which is what
is done now.
Correct a stupid bug in the ethernet address parsing code. <ashamed face>


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/lkm/net/ethfoo/ethfoo/ethfoo_lkm.c

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