Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
system_netd
Commits
78b00d81
Commit
78b00d81
authored
12 years ago
by
jp abgrall
Committed by
android code review
12 years ago
Browse files
Options
Download
Plain Diff
Merge "Don't include <linux/...> header files directly."
parents
8a3da263
970274a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ResolverController.cpp
ResolverController.cpp
+1
-1
SecondaryTableController.h
SecondaryTableController.h
+1
-1
TetherController.h
TetherController.h
+1
-1
No files found.
ResolverController.cpp
View file @
78b00d81
...
...
@@ -19,7 +19,7 @@
#include <cutils/log.h>
#include <
linux
/if.h>
#include <
net
/if.h>
// NOTE: <resolv_iface.h> is a private C library header that provides
// declarations for _resolv_set_default_iface() and others.
...
...
This diff is collapsed.
Click to expand it.
SecondaryTableController.h
View file @
78b00d81
...
...
@@ -19,7 +19,7 @@
#include <sysutils/FrameworkListener.h>
#include <
linux
/if.h>
#include <
net
/if.h>
#ifndef IFNAMSIZ
#define IFNAMSIZ 16
...
...
This diff is collapsed.
Click to expand it.
TetherController.h
View file @
78b00d81
...
...
@@ -17,7 +17,7 @@
#ifndef _TETHER_CONTROLLER_H
#define _TETHER_CONTROLLER_H
#include <
linux
/in.h>
#include <
netinet
/in.h>
#include "List.h"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment