From 18f45ad398b05c4efffae0a93e86d74c54b3c8d7 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Mon, 25 Nov 1996 13:11:41 +0000 Subject: htons et al. works on explicit 16- and 32-bit quantities and not the machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds --- sys/arch/sun3/include/endian.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/arch/sun3/include/endian.h') diff --git a/sys/arch/sun3/include/endian.h b/sys/arch/sun3/include/endian.h index 1ec107a8e6d..4725a83ab43 100644 --- a/sys/arch/sun3/include/endian.h +++ b/sys/arch/sun3/include/endian.h @@ -1,3 +1,4 @@ +/* $OpenBSD: endian.h,v 1.2 1996/11/25 13:11:37 niklas Exp $ */ /* $NetBSD: endian.h,v 1.6 1994/11/21 21:33:37 gwr Exp $ */ #include -- cgit v1.2.3