summaryrefslogtreecommitdiffstats
path: root/sys/sys/_types.h
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-04-20 02:24:35 +0000
committermike <mike@FreeBSD.org>2002-04-20 02:24:35 +0000
commit39f7a31d8080bfe4427a83cb28ee01fef0e3831a (patch)
treeff290f5b477579bbc70d4d5d5aacfc8bdb8fc7db /sys/sys/_types.h
parent693c02d4492513b7783441d267d5048346517507 (diff)
downloadFreeBSD-src-39f7a31d8080bfe4427a83cb28ee01fef0e3831a.zip
FreeBSD-src-39f7a31d8080bfe4427a83cb28ee01fef0e3831a.tar.gz
Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h>
and <sys/socket.h>. Previously, sa_family_t was only typedef'd in <sys/socket.h>.
Diffstat (limited to 'sys/sys/_types.h')
-rw-r--r--sys/sys/_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/_types.h b/sys/sys/_types.h
index 676430a..f4cdb37 100644
--- a/sys/sys/_types.h
+++ b/sys/sys/_types.h
@@ -33,6 +33,7 @@
#include <machine/ansi.h>
#define _BSD_GID_T_ __uint32_t
+#define _BSD_SA_FAMILY_T_ __uint8_t
#define _BSD_UID_T_ __uint32_t
#endif /* !_SYS__TYPES_H_ */
OpenPOWER on IntegriCloud