diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-04-21 14:53:06 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-04-21 14:53:06 +0000 |
| commit | d05b27ff8b7ac138bc1ca17d31ffd7ce392bccb9 (patch) | |
| tree | bfcec701b3de9e7a456a8f589eeda33ff85d09fc /sys/alpha/include | |
| parent | bb8c19e77b4d6036a0c59586f71e441473c56b07 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include')
| -rw-r--r-- | sys/alpha/include/endian.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/alpha/include/endian.h b/sys/alpha/include/endian.h index 67e4540eb426..068f2f401365 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)); |
