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
external_ppp
Commits
6c569d21
Commit
6c569d21
authored
11 years ago
by
Colin Cross
Browse files
Options
Download
Email Patches
Plain Diff
use stable NDK android/log.h header instead of cutils/logd.h
Change-Id: Iaf128867dd892b6756d4d0523c97caadf67d0e0f
parent
45a0ef39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pppd/utils.c
pppd/utils.c
+1
-1
No files found.
pppd/utils.c
View file @
6c569d21
...
...
@@ -61,7 +61,7 @@
#include "lcp.h"
#ifdef ANDROID_CHANGES
#include <
cutils
/log
d
.h>
#include <
android
/log.h>
#endif
static
const
char
rcsid
[]
=
RCSID
;
...
...
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