OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55f71bc
)
Kill INCLUDE_SYS_MOUNT_FOR_STATFS.
author
Elliott Hughes
<enh@google.com>
Thu, 20 Nov 2014 20:54:21 +0000
(12:54 -0800)
committer
Elliott Hughes
<enh@google.com>
Thu, 20 Nov 2014 20:54:21 +0000
(12:54 -0800)
Change-Id: I692179cae9d476dd5a0b5fa92813b61934dd7c87
cmds/installd/installd.h
patch
|
blob
|
history
diff --git
a/cmds/installd/installd.h
b/cmds/installd/installd.h
index
36c3e8c
..
4d86362
100644
(file)
--- a/
cmds/installd/installd.h
+++ b/
cmds/installd/installd.h
@@
-40,7
+40,7
@@
#include <private/android_filesystem_config.h>
-#if
INCLUDE_SYS_MOUNT_FOR_STATFS
+#if
defined(__APPLE__)
#include <sys/mount.h>
#else
#include <sys/statfs.h>