more thorough fix for systems with strange socklen_t

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-02-02 12:45:38 +01:00
parent 5b9b1365a0
commit bb1dcc9aab
6 changed files with 36 additions and 32 deletions

View File

@@ -36,8 +36,8 @@
#include <sys/types.h>
#include <netinet/if_ether.h>
#endif
#include "inet_common.h"
#include "libbb.h"
#include "inet_common.h"
#if ENABLE_FEATURE_IFCONFIG_SLIP
# include <net/if_slip.h>

View File

@@ -33,8 +33,8 @@
#include <net/if.h>
#include <net/if_arp.h>
#include "inet_common.h"
#include "libbb.h"
#include "inet_common.h"
#if ENABLE_FEATURE_HWIB