$NetBSD$

--- src/NFSFileSystem.h.orig	2004-11-08 16:55:10.124688000 +0000
+++ src/NFSFileSystem.h	2004-11-08 16:55:48.362013000 +0000
@@ -39,7 +39,11 @@
 
 public:
 
+#if defined(HAVE_SYS_MNTTAB_H)
+    NFSFileSystem(const mnttab&);
+#else
     NFSFileSystem(const mntent&);
+#endif
     ~NFSFileSystem();
 
     virtual bool dir_entries_scanned() const;
