fixed macro to select when to build lsif()

This commit is contained in:
gardners 2012-04-28 12:32:02 +09:30
parent 4c498afd19
commit 07768e27f7

2
lsif.c
View File

@ -59,7 +59,7 @@
#define SIOCGIFBRDADDR OSIOCGIFBRDADDR #define SIOCGIFBRDADDR OSIOCGIFBRDADDR
#endif #endif
#ifdef HAVE_LINUX_IF_H #ifdef ANDROID
int lsif(void) int lsif(void)
{ {
char buf[8192] = {0}; char buf[8192] = {0};