diff options
author | Ricard Wanderlof <ricard.wanderlof@axis.com> | 2008-06-27 15:38:41 +0000 |
---|---|---|
committer | Ricard Wanderlof <ricard.wanderlof@axis.com> | 2008-06-27 15:38:41 +0000 |
commit | 0546f7ccc64bd8ea536c300dfac2c6efec7eeaa8 (patch) | |
tree | 45d839762cc9598fe4bd318af77d8ae235441073 /include/ifaddrs.h | |
parent | f2f6143a40186b4998559c76b71aef3d04459a63 (diff) |
Removed include/ifaddrs.h and put contents in libc/inet/ifaddrs.h, as we do not
need the file outside of uClibc anyway.
Diffstat (limited to 'include/ifaddrs.h')
-rw-r--r-- | include/ifaddrs.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/ifaddrs.h b/include/ifaddrs.h deleted file mode 100644 index 90ab481a3..000000000 --- a/include/ifaddrs.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef _IFADDRS_H -#include <libc/inet/ifaddrs.h> -#include <stdbool.h> -#include <stdint.h> - -struct in6addrinfo -{ - enum { - in6ai_deprecated = 1, - in6ai_temporary = 2, - in6ai_homeaddress = 4 - } flags; - uint32_t addr[4]; -}; - -extern void __check_pf (bool *seen_ipv4, bool *seen_ipv6) - attribute_hidden; - -#endif /* ifaddrs.h */ |