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/hp300 | |
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/hp300')
-rw-r--r-- | sys/arch/hp300/include/endian.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/hp300/include/endian.h b/sys/arch/hp300/include/endian.h index 3e9a6036445..ffc96e65376 100644 --- a/sys/arch/hp300/include/endian.h +++ b/sys/arch/hp300/include/endian.h @@ -1,3 +1,4 @@ +/* $OpenBSD: endian.h,v 1.2 1996/11/25 13:11:22 niklas Exp $ */ /* $NetBSD: endian.h,v 1.6 1994/10/26 07:26:22 cgd Exp $ */ /* Just use the common m68k definition */ |