Build fix for BeOS/Haiku gcc2
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@754 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
c09f5819c2
commit
284eda4ffe
@ -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 `:'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user