Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: dyoung
Date: Sun May 11 20:14:41 UTC 2008
Modified Files:
src/sys/net: radix.c route.c rtsock.c
Log Message:
Use memset, memmove, and memcmp instead of Bzero, Bcopy, and Bcmp,
respectively.
To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 src/sys/net/radix.c
cvs rdiff -r1.108 -r1.109 src/sys/net/route.c
cvs rdiff -r1.101 -r1.102 src/sys/net/rtsock.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