OSDN Git Service

Kill INCLUDE_SYS_MOUNT_FOR_STATFS.
authorElliott Hughes <enh@google.com>
Thu, 20 Nov 2014 20:54:21 +0000 (12:54 -0800)
committerElliott Hughes <enh@google.com>
Thu, 20 Nov 2014 20:54:21 +0000 (12:54 -0800)
Change-Id: I692179cae9d476dd5a0b5fa92813b61934dd7c87

cmds/installd/installd.h

index 36c3e8c..4d86362 100644 (file)
@@ -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>