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:   christos
Date:           Mon May 30 04:17:59 UTC 2005

Modified Files:
        src/sys/net: if_fddisubr.c if_hippisubr.c if_tokensubr.c

Log Message:
bcopy -> memcpy
bcmp -> memcmp
and remove casts.


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/sys/net/if_fddisubr.c
cvs rdiff -r1.19 -r1.20 src/sys/net/if_hippisubr.c
cvs rdiff -r1.31 -r1.32 src/sys/net/if_tokensubr.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