am 8d84b6f9: am ba4a43c6: Merge "Kill INCLUDE_SYS_MOUNT_FOR_STATFS."

* commit '8d84b6f9f576fe51b2cb4a54042bf95af923e55b':
  Kill INCLUDE_SYS_MOUNT_FOR_STATFS.
This commit is contained in:
Elliott Hughes 2014-11-20 23:09:45 +00:00 committed by Android Git Automerger
commit 47513e8739

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>