Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/lkm/net/ethfoo/ethfoo



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.




Home | Main Index | Thread Index | Old Index