am d97a34af: am 60e7d495: Merge "Fix libnetutils to build with clean uapi headers."

* commit 'd97a34af49f6beafc21d5f459ea62b499544f9f3':
  Fix libnetutils to build with clean uapi headers.
This commit is contained in:
Elliott Hughes 2013-11-12 14:58:50 -08:00 committed by Android Git Automerger
commit fc6a1da9a2

View file

@ -50,6 +50,11 @@
#define ALOGW printf
#endif
#ifdef HAVE_ANDROID_OS
/* SIOCKILLADDR is an Android extension. */
#define SIOCKILLADDR 0x8939
#endif
static int ifc_ctl_sock = -1;
static int ifc_ctl_sock6 = -1;
void printerr(char *fmt, ...);