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/atari | |
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/atari')
-rw-r--r-- | sys/arch/atari/include/endian.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/atari/include/endian.h b/sys/arch/atari/include/endian.h index 814afb73d93..8c0a134e452 100644 --- a/sys/arch/atari/include/endian.h +++ b/sys/arch/atari/include/endian.h @@ -1,3 +1,4 @@ +/* $OpenBSD: endian.h,v 1.2 1996/11/25 13:11:20 niklas Exp $ */ /* $NetBSD: endian.h,v 1.1.1.1 1995/03/26 07:12:06 leo Exp $ */ #ifndef _MACHINE_ENDIAN_H_ |