--- tools/source/fsys/unx.cxx.orig.port	Fri Aug  1 07:38:06 2008
+++ tools/source/fsys/unx.cxx	Thu Jan 15 14:47:51 2009
@@ -47,7 +47,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
 {
@@ -97,7 +97,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" );
