Merge "Fix libnetutils to build with clean uapi headers."
This commit is contained in:
commit
60e7d49557
1 changed files with 5 additions and 0 deletions
|
|
@ -50,6 +50,11 @@
|
||||||
#define ALOGW printf
|
#define ALOGW printf
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_ANDROID_OS
|
||||||
|
/* SIOCKILLADDR is an Android extension. */
|
||||||
|
#define SIOCKILLADDR 0x8939
|
||||||
|
#endif
|
||||||
|
|
||||||
static int ifc_ctl_sock = -1;
|
static int ifc_ctl_sock = -1;
|
||||||
static int ifc_ctl_sock6 = -1;
|
static int ifc_ctl_sock6 = -1;
|
||||||
void printerr(char *fmt, ...);
|
void printerr(char *fmt, ...);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue