diff options
author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-10 11:35:17 +0000 |
---|---|---|
committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-10 11:35:17 +0000 |
commit | 0d5aa005853e46d0eea77a3e19f065f2b7963848 (patch) | |
tree | bb326553f70f3bebe7ff3ed3cf1d57dcc8a5e8ab /libbb | |
parent | 5b39eeee4603692fe8d007f562ef7f8c0a328a2d (diff) | |
download | busybox-w32-0d5aa005853e46d0eea77a3e19f065f2b7963848.tar.gz busybox-w32-0d5aa005853e46d0eea77a3e19f065f2b7963848.tar.bz2 busybox-w32-0d5aa005853e46d0eea77a3e19f065f2b7963848.zip |
bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.
e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only.
other: remove confuse bb_mkdep.
git-svn-id: svn://busybox.net/trunk/busybox@11822 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/interface.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/interface.c b/libbb/interface.c index 65d7c4e71..7b7d9def0 100644 --- a/libbb/interface.c +++ b/libbb/interface.c | |||
@@ -111,8 +111,6 @@ struct in6_ifreq { | |||
111 | #if HAVE_AFIPX | 111 | #if HAVE_AFIPX |
112 | #if (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) | 112 | #if (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) |
113 | #include <netipx/ipx.h> | 113 | #include <netipx/ipx.h> |
114 | #else | ||
115 | #include "ipx.h" | ||
116 | #endif | 114 | #endif |
117 | #endif | 115 | #endif |
118 | 116 | ||