Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc6a1da9 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

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

* commit 'd97a34af':
  Fix libnetutils to build with clean uapi headers.
parents 36ff3bd2 d97a34af
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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, ...);