17 lines
339 B
Diff
17 lines
339 B
Diff
|
diff --git a/net/core/sock.c b/net/core/sock.c
|
||
|
index 98568723..bad3dac7 100644
|
||
|
--- a/net/core/sock.c
|
||
|
+++ b/net/core/sock.c
|
||
|
@@ -141,9 +141,9 @@
|
||
|
#include <net/tcp.h>
|
||
|
#endif
|
||
|
|
||
|
-#ifdef CONFIG_ANDROID_PARANOID_NETWORK
|
||
|
+//#ifdef CONFIG_ANDROID_PARANOID_NETWORK
|
||
|
#include <linux/android_aid.h>
|
||
|
-#endif
|
||
|
+//#endif
|
||
|
|
||
|
#include <net/busy_poll.h>
|
||
|
|