Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/27/1997 01:30:02
thorpej
Mon May 26 18:20:47 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv3607

Modified Files:
	ip_nat.c 
Log Message:
Make this compile on 32-bit architectures again:
- Add prototypes.
- Get arguments to ioctl right (cmd is a u_long in NetBSD)


thorpej
Mon May 26 18:21:34 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv3963

Modified Files:
	ip_nat.h 
Log Message:
Make this compile on 32-bit architecutres again:
- Get arguments to ioctl right (cmd is a u_long in NetBSD)


thorpej
Mon May 26 18:22:52 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv3997

Modified Files:
	ip_proxy.c 
Log Message:
Make this compile on 32-bit architectures:
- Deal with lame gcc -Wuninitialized warning (which is incorrect)
- Add parens around assignments within conditionals.


thorpej
Mon May 26 18:23:51 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv4048

Modified Files:
	ip_proxy.h 
Log Message:
Make this compile on 32-bit architectures:
- Add prototypes.
- Add a forward-decl to avoid a cyclic dependency graph.


thorpej
Mon May 26 18:24:32 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv4086

Modified Files:
	ip_state.c 
Log Message:
Make this compile on 32-bit architectures again:
- Pull in includes to get appropriate prototypes.