Merge "Kill INCLUDE_SYS_MOUNT_FOR_STATFS."

This commit is contained in:
Elliott Hughes 2014-11-20 20:58:53 +00:00 committed by Gerrit Code Review
commit ba4a43c6c7

View 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>