summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-15 17:57:49 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-15 19:16:00 +0300
commitf0c461dfd587ea0271a7be3834c374c371e808a7 (patch)
treef89ffbb481b64a462cd897158b7bca8706e26f1d /tools
parent8b0e20064327a77333bf9e61c3d505f28198f3a2 (diff)
Don't bother with any mount table handling on iOS either
Diffstat (limited to 'tools')
-rw-r--r--tools/source/fsys/unx.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/fsys/unx.cxx b/tools/source/fsys/unx.cxx
index b04a2e64904a..5cb196869870 100644
--- a/tools/source/fsys/unx.cxx
+++ b/tools/source/fsys/unx.cxx
@@ -44,7 +44,7 @@ extern "C" int mntctl( int cmd, size_t size, char* buf );
#elif defined(NETBSD)
#include <sys/mount.h>
#elif defined(FREEBSD) || defined(MACOSX) || defined(OPENBSD) || \
- defined(DRAGONFLY)
+ defined(DRAGONFLY) || defined(IOS)
struct mnttab
{
char *mnt_dir;
@@ -85,7 +85,7 @@ struct mymnttab
#if defined(NETBSD) || defined(FREEBSD) || defined(MACOSX) || \
- defined(OPENBSD) || defined(DRAGONFLY)
+ defined(OPENBSD) || defined(DRAGONFLY) || defined(IOS)
sal_Bool GetMountEntry(dev_t /* dev */, struct mymnttab * /* mytab */ )
{
DBG_WARNING( "Sorry, not implemented: GetMountEntry" );