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 16:51:33
Module Name:	src
Committed By:	drochner
Date:		Wed Mar 12 14:51:33 UTC 2003

Modified Files:
	src/sys/lib/libsa: bootp.c bootparam.c ether.c nfs.c rarp.c rpc.c
	    tftp.c

Log Message:
no need to include "netif.h" anymore
(shared interface stuff is in iodesc.h, included by net.h)


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/lib/libsa/bootp.c
cvs rdiff -r1.13 -r1.14 src/sys/lib/libsa/bootparam.c
cvs rdiff -r1.15 -r1.16 src/sys/lib/libsa/ether.c
cvs rdiff -r1.29 -r1.30 src/sys/lib/libsa/nfs.c
cvs rdiff -r1.20 -r1.21 src/sys/lib/libsa/rarp.c
cvs rdiff -r1.21 -r1.22 src/sys/lib/libsa/rpc.c
cvs rdiff -r1.12 -r1.13 src/sys/lib/libsa/tftp.c

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