aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-19 17:40:45 +0100
committerAlon Zakai <alonzakai@gmail.com>2012-11-19 17:40:45 +0100
commit9611b18ee44436c62acf0c6131b2e7186a9f0671 (patch)
treeceab47ef6e63563702e8664bb9d2e2efa9e0578b /system
parent9e77735042e7665956a2f1ed921d8ff8b9d5f4ff (diff)
un.h fixes
Diffstat (limited to 'system')
-rw-r--r--system/include/sys/un.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/system/include/sys/un.h b/system/include/sys/un.h
index 1f4731e6..b70425fb 100644
--- a/system/include/sys/un.h
+++ b/system/include/sys/un.h
@@ -36,11 +36,6 @@
#include <sys/cdefs.h>
#include <sys/_types.h>
-#ifndef _SA_FAMILY_T_DECLARED
-typedef __sa_family_t sa_family_t;
-#define _SA_FAMILY_T_DECLARED
-#endif
-
/*
* Definitions for UNIX IPC domain.
*/