Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/16/2006 15:57:59
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.