diff options
author | Elliott Hughes <enh@google.com> | 2014-11-20 20:58:53 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-11-20 20:58:53 +0000 |
commit | ba4a43c6c78547444446181b4fae20a5d61d35ff (patch) | |
tree | c2e6578e2883a5737281e053ed60ae0db80318c6 /cmds/installd | |
parent | fd5a3e06c24418ec1c6a7c0fa0183bb6328e91f2 (diff) | |
parent | 9a4e7f492e6e80bb171111d307658be7e2132ae3 (diff) | |
download | frameworks_native-ba4a43c6c78547444446181b4fae20a5d61d35ff.zip frameworks_native-ba4a43c6c78547444446181b4fae20a5d61d35ff.tar.gz frameworks_native-ba4a43c6c78547444446181b4fae20a5d61d35ff.tar.bz2 |
Merge "Kill INCLUDE_SYS_MOUNT_FOR_STATFS."
Diffstat (limited to 'cmds/installd')
-rw-r--r-- | cmds/installd/installd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/installd/installd.h b/cmds/installd/installd.h index a3a5c16..a9a1999 100644 --- 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> |