Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/28/1998 08:30:01
matt
Tue Apr 28 08:26:00 PDT 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv17518

Modified Files:
	ip_output.c 
Log Message:
Only transmit fragments if the send queue of interface can actually hold
all of the fragments.  Use the mtu of route in preference of the MTU of the 
interface when doing fragmentation decisions.  (ie. Fragment to the path
mtu if it is available).


mjacob
Tue Apr 28 08:28:49 PDT 1998
Update of /cvsroot/src/usr.bin/gencat
In directory nb00:/tmp/cvs-serv17559

Modified Files:
	gencat.c 
Log Message:
Clean up some quote handling