Subject: Re: CVS commit: src
To: Luke Mewburn <lukem@NetBSD.org>
From: James Chacon <jmc@NetBSD.org>
List: source-changes
Date: 10/27/2003 23:14:08
On Tue, Oct 28, 2003 at 03:17:34PM +1100, Luke Mewburn wrote:
> On Tue, Oct 28, 2003 at 04:00:51AM +0000, James Chacon wrote:
>   | 
>   | Module Name:	src
>   | Committed By:	jmc
>   | Date:		Tue Oct 28 04:00:51 UTC 2003
>   | 
>   | Modified Files:
>   | 	src/lib/libc/citrus: citrus_db_factory.c
>   | 	src/usr.bin/mkcsmapper: yacc.y
>   | 
>   | Log Message:
>   | SUSE3 says htonl and friends come in via arpa/inet.h. This will actually not
>   | hurt on NetBSD and makes hosting on non-native for tools/ work correctly
> 
> Any reason not to use htobe32() (et al) from <sys/endian.h> instead ?
> 

We provide that in nbcompat? The specific thing I was fixing here
was tools/ lossage from hosting on non-NetBSD for cross building.

James