Subject: CVS commit: src/sys/lib/libsa
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/12/2003 18:46:32
Module Name:	src
Committed By:	drochner
Date:		Wed Mar 12 16:46:32 UTC 2003

Modified Files:
	src/sys/lib/libsa: Makefile ether.c
Added Files:
	src/sys/lib/libsa: ether_sprintf.c

Log Message:
separate ether_sprintf() from the rest of ethernet support -- sometimes
it makes sense to use the former w/o the latter (eg PXE)


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/sys/lib/libsa/Makefile
cvs rdiff -r1.16 -r1.17 src/sys/lib/libsa/ether.c
cvs rdiff -r0 -r1.1 src/sys/lib/libsa/ether_sprintf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.