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: Thu Mar 16 15:57:59 UTC 2006
Modified Files:
src/sys/net: if_ether.h if_ethersubr.c if_tap.c
Log Message:
Add a new function called ether_snprintf() which takes an external buffer
and a length. The buffer should be 3 * addrlen.
Remove local tap_ether_sprintf(), and use ether_snprintf() instead.
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/net/if_ether.h
cvs rdiff -r1.128 -r1.129 src/sys/net/if_ethersubr.c
cvs rdiff -r1.13 -r1.14 src/sys/net/if_tap.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