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: 12/07/1995 23:20:06
gwr
Thu Dec 7 23:10:30 EST 1995
Update of /a/cvsroot/src/sys/lib/libsa
In directory pain.lcs.mit.edu:/a/users/gwr/sys_lib/libsa
Modified Files:
bootparam.c
Log Message:
Correct error which caused truncation of port number on i386 (PR#1823)
gwr
Thu Dec 7 23:12:55 EST 1995
Update of /a/cvsroot/src/sys/lib/libsa
In directory pain.lcs.mit.edu:/a/users/gwr/sys_lib/libsa
Modified Files:
arp.c
Log Message:
Check return value from sendrecv so that ARP timeout does not cause
garbage to be entered into the ARP table. Also fix ARP_DEBUG code.