Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/17/1997 18:50:03
thorpej
Thu Jul 17 11:44:10 PDT 1997
Update of /cvsroot/src/sys/arch/i386/include
In directory netbsd1:/var/slash-tmp/cvs-serv8119

Modified Files:
	endian.h 
Log Message:
Give the __GNUC__ versions of ntohl() and friends the proper (in_addr_t
or in_port_t) signature.


thorpej
Thu Jul 17 11:48:03 PDT 1997
Update of /cvsroot/src/lib/libc/net
In directory netbsd1:/var/slash-tmp/cvs-serv8315

Modified Files:
	ns_ntoa.c 
Log Message:
The return value from ntohl() is an in_addr_t, and should not be printed
with a "long" format modifier.