Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/07/1995 22:00:04
cgd
Tue Mar  7 21:57:20 EST 1995
Update of /a/cvsroot/src/sys/net
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv5332

Modified Files:
	if.h if_arp.h if_dl.h if_ethersubr.c if_llc.h if_ppp.c 
	if_ppp.h if_sl.c if_tun.c route.c route.h rtsock.c 
	slcompress.c 
Log Message:
fixed sized types, where appropriate.  when casting pointers to
integers to do math on them, cast to long.  ioctl commands are
u_longs.