diff options
author | Elliott Hughes <enh@google.com> | 2014-11-20 12:54:21 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-11-20 12:54:21 -0800 |
commit | 9a4e7f492e6e80bb171111d307658be7e2132ae3 (patch) | |
tree | 1c6a2c7f33ff774a88f4bd2a8db39ae1b66605c0 /cmds/installd/installd.h | |
parent | 55f71bc0800b9ec7a779c5d30d5a90e074c2526b (diff) | |
download | frameworks_native-9a4e7f492e6e80bb171111d307658be7e2132ae3.zip frameworks_native-9a4e7f492e6e80bb171111d307658be7e2132ae3.tar.gz frameworks_native-9a4e7f492e6e80bb171111d307658be7e2132ae3.tar.bz2 |
Kill INCLUDE_SYS_MOUNT_FOR_STATFS.
Change-Id: I692179cae9d476dd5a0b5fa92813b61934dd7c87
Diffstat (limited to 'cmds/installd/installd.h')
-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 36c3e8c..4d86362 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> |