diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-25 13:11:41 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-25 13:11:41 +0000 |
commit | 18f45ad398b05c4efffae0a93e86d74c54b3c8d7 (patch) | |
tree | c6c23bbb71a3571cd28044d4d7c93631ebf9e4ce /sys/arch/sun3/include/endian.h | |
parent | d85e22a85637536532097c45f5dce36b039cf6f4 (diff) |
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
Diffstat (limited to 'sys/arch/sun3/include/endian.h')
-rw-r--r-- | sys/arch/sun3/include/endian.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <m68k/endian.h> |