summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2001-12-01 03:43:01 +0000
committermike <mike@FreeBSD.org>2001-12-01 03:43:01 +0000
commit20cacce16c233112fc71cb819fa0db765acba715 (patch)
treee691b950e4d1dd3407416b2bd0eed4f0f8ca57e5 /sys/alpha
parent0d72b82e2e3d36c1011b9e4d84e5d4fe35279c05 (diff)
downloadFreeBSD-src-20cacce16c233112fc71cb819fa0db765acba715.zip
FreeBSD-src-20cacce16c233112fc71cb819fa0db765acba715.tar.gz
o Stop abusing MD headers with non-MD types.
o Hide nonstandard functions and types in <netinet/in.h> when _POSIX_SOURCE is defined. o Add some missing types (required by POSIX.1-200x) to <netinet/in.h>. o Restore vendor ID from Rev 1.1 in <netinet/in.h> and make use of new __FBSDID() macro. o Fix some miscellaneous issues in <arpa/inet.h>. o Correct final argument for the inet_ntop() function (POSIX.1-200x). o Get rid of the namespace pollution from <sys/types.h> in <arpa/inet.h>. Reviewed by: fenner Partially submitted by: bde
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/ansi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/alpha/include/ansi.h b/sys/alpha/include/ansi.h
index 3d9d396..fb37f9a 100644
--- a/sys/alpha/include/ansi.h
+++ b/sys/alpha/include/ansi.h
@@ -49,8 +49,6 @@
*/
#define _BSD_CLOCK_T_ int /* clock() */
#define _BSD_CLOCKID_T_ int /* clock_gettime()... */
-#define _BSD_IN_ADDR_T_ __uint32_t /* inet(3) functions */
-#define _BSD_IN_PORT_T_ __uint16_t
#define _BSD_MBSTATE_T_ __mbstate_t /* mbstate_t */
#define _BSD_PTRDIFF_T_ long /* ptr1 - ptr2 */
#define _BSD_RUNE_T_ _BSD_CT_RUNE_T_ /* rune_t (see below) */
OpenPOWER on IntegriCloud