Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/28/1997 03:10:01
thorpej
Tue May 27 20:04:45 PDT 1997
Update of /cvsroot/src/usr.sbin/ipf/ipsend
In directory netbsd1:/var/slash-tmp/cvs-serv5809

Modified Files:
	ipsend.h 
Log Message:
We cannot use the tcpip.h that comes with ipfilter, as the license on
that file does not allow redistribution; use the version in <netinet/tcpip.h>
instead.  FIXME WHEN A NEW tcpip.h IS INCLUDED WITH IPFILTER!


thorpej
Tue May 27 20:05:56 PDT 1997
Update of /cvsroot/src/usr.sbin/ipf
In directory netbsd1:/var/slash-tmp/cvs-serv6384

Modified Files:
	ipfilter2netbsd 
Log Message:
Add a comment about why we don't copy ipfilter's tcpip.h.


thorpej
Tue May 27 20:08:41 PDT 1997
Update of /cvsroot/src/usr.sbin/ipf/iptest
In directory netbsd1:/var/slash-tmp/cvs-serv7135

Modified Files:
	sock.c 
Log Message:
Avoid type-size problems converting a pointer (in kernel memory) to
an off_t passed to lseek() (used for reading kernel memory).