ports/emulators/frodo/patches/patch-Src_sysdeps_h

13 lines
250 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- Src/sysdeps.h.orig Wed Jul 5 14:12:02 2000
+++ Src/sysdeps.h Wed Jul 5 14:12:33 2000
@@ -63,7 +63,9 @@ extern "C"
#endif
#ifdef HAVE_SYS_MOUNT_H
+#define export exp
#include <sys/mount.h>
+#undef export
#endif
#ifdef HAVE_SYS_STATFS_H