summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2001-03-24 15:17:27 +0000
committerume <ume@FreeBSD.org>2001-03-24 15:17:27 +0000
commitd26371de82eb34597fabf963c9c520a801cd90fd (patch)
tree80cb54dd92eb99dde34a2d1ff6cc86ec6fec192c /sys/alpha/include
parent465f853f3d02f6ec0cfbc4dd784d62fc44fa1437 (diff)
downloadFreeBSD-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/alpha/include')
-rw-r--r--sys/alpha/include/endian.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/alpha/include/endian.h b/sys/alpha/include/endian.h
index 67e4540..068f2f4 100644
--- a/sys/alpha/include/endian.h
+++ b/sys/alpha/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));
OpenPOWER on IntegriCloud