From d26371de82eb34597fabf963c9c520a801cd90fd Mon Sep 17 00:00:00 2001 From: ume Date: Sat, 24 Mar 2001 15:17:27 +0000 Subject: Unbreak build on alpha. - Move in_port_t to sys/types.h. - Nuke in_addr_t from each endian.h. Reported by: jhb --- sys/alpha/include/endian.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/alpha/include') 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 #include -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)); -- cgit v1.1