commit | 9a4e7f492e6e80bb171111d307658be7e2132ae3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Nov 20 12:54:21 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Nov 20 12:54:21 2014 -0800 |
tree | 1c6a2c7f33ff774a88f4bd2a8db39ae1b66605c0 | |
parent | 55f71bc0800b9ec7a779c5d30d5a90e074c2526b [diff] |
Kill INCLUDE_SYS_MOUNT_FOR_STATFS. Change-Id: I692179cae9d476dd5a0b5fa92813b61934dd7c87
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>