From 284eda4ffee8ca8cf5080709c327a9cefa04158b Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 20 Apr 2009 19:18:26 +0000 Subject: [PATCH] Build fix for BeOS/Haiku gcc2 git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@754 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- gfx2.cfg | Bin 10062 -> 10062 bytes mountlist.c | 2 ++ 2 files changed, 2 insertions(+) diff --git a/gfx2.cfg b/gfx2.cfg index 3daafec3b73d936666efc69d245e6fdced981706..706cc05c7a5b4517d8b026634296a6c81a4db0b0 100644 GIT binary patch delta 15 WcmX@-cg}A^tSXa${N{Mo_ly8Dg$2U^ delta 15 WcmX@-cg}A^tSS@3|IP8L?->C&RR)s) diff --git a/mountlist.c b/mountlist.c index c936ed3f..90aa2ec3 100644 --- a/mountlist.c +++ b/mountlist.c @@ -159,6 +159,7 @@ #undef opendir #undef closedir +#if !defined(__HAIKU__) && !defined(__BEOS__) #ifndef ME_DUMMY # define ME_DUMMY(Fs_name, Fs_type) \ (strcmp (Fs_type, "autofs") == 0 \ @@ -179,6 +180,7 @@ || strcmp (Fs_type, "nfs") == 0 \ || strcmp (Fs_type, "volfs") == 0) #endif +#endif #ifndef ME_REMOTE /* A file system is `remote' if its Fs_name contains a `:'