diff options
author | ume <ume@FreeBSD.org> | 2001-03-24 15:17:27 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2001-03-24 15:17:27 +0000 |
commit | d26371de82eb34597fabf963c9c520a801cd90fd (patch) | |
tree | 80cb54dd92eb99dde34a2d1ff6cc86ec6fec192c /sys/ia64/include/endian.h | |
parent | 465f853f3d02f6ec0cfbc4dd784d62fc44fa1437 (diff) | |
download | FreeBSD-src-d26371de82eb34597fabf963c9c520a801cd90fd.zip FreeBSD-src-d26371de82eb34597fabf963c9c520a801cd90fd.tar.gz |
Unbreak build on alpha.
- Move in_port_t to sys/types.h.
- Nuke in_addr_t from each endian.h.
Reported by: jhb
Diffstat (limited to 'sys/ia64/include/endian.h')
-rw-r--r-- | sys/ia64/include/endian.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/ia64/include/endian.h b/sys/ia64/include/endian.h index 67e4540..068f2f4 100644 --- a/sys/ia64/include/endian.h +++ b/sys/ia64/include/endian.h @@ -59,9 +59,6 @@ #include <sys/cdefs.h> #include <sys/types.h> -typedef u_int32_t in_addr_t; -typedef u_int16_t in_port_t; - __BEGIN_DECLS in_addr_t htonl __P((in_addr_t)); in_port_t htons __P((in_port_t)); |