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

Commit 72ddbcc9 authored by chenbruce's avatar chenbruce Committed by android-build-merger
Browse files

[Resolver-log]: Some modifications for debug logging am: 5c05e15615

am: e5e55bc336

Change-Id: I4cd39130071fec24661f943a9f585639d7a57afe
parents 90994894 cd27c5b4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
#include <fcntl.h>
#include <netdb.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/epoll.h>
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@
#include <netinet/in.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/param.h>
+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@
#include <netinet/in.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/param.h>
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@
#define NETD_RESOLV_HOSTENT_H

#include <netdb.h>
#include <stdio.h>

struct getnamaddr {
    struct hostent* hp;
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@

#include <resolv.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
Loading