Source-Changes archive

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

CVS commit: src/sys/netinet6



Module Name:    src
Committed By:   dyoung
Date:           Fri Oct 24 16:54:18 UTC 2008

Modified Files:
        src/sys/netinet6: nd6.c

Log Message:
bzero -> memset.  Do not "test truth" of pointers, but compare with
NULL, instead.  Do not gratuitously cast to void *.  Use NULL
instead of (type *)0.

No functional changes intended.


To generate a diff of this commit:
cvs rdiff -r1.128 -r1.129 src/sys/netinet6/nd6.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