--- tools/source/fsys/unx.cxx.orig.port	Wed May 26 20:33:52 2010
+++ tools/source/fsys/unx.cxx	Fri Jun 25 23:56:14 2010
@@ -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)
+#elif defined(FREEBSD) || defined(MACOSX) || defined(OPENBSD)
 #elif defined DECUNIX
 struct mnttab
 {
@@ -94,7 +94,7 @@ struct mymnttab
 };
 
 
-#if defined(NETBSD) || defined(FREEBSD) || defined(MACOSX)
+#if defined(NETBSD) || defined(FREEBSD) || defined(MACOSX) || defined(OPENBSD)
 BOOL GetMountEntry(dev_t /* dev */, struct mymnttab * /* mytab */ )
 {
 	DBG_WARNING( "Sorry, not implemented: GetMountEntry" );
