Subject: Re: CVS commit: src
To: James Chacon <jmc@netbsd.org>
From: Luke Mewburn <lukem@NetBSD.org>
List: source-changes
Date: 10/28/2003 15:17:34
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 ?

Cheers,
Luke.