Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / fam / patches / patch-ay
blob0ea7ee6461e7750c23c602ac747e69cd3b5c483a
1 $NetBSD$
3 --- src/NFSFileSystem.h.orig    2004-11-08 16:55:10.124688000 +0000
4 +++ src/NFSFileSystem.h 2004-11-08 16:55:48.362013000 +0000
5 @@ -39,7 +39,11 @@
6  
7  public:
8  
9 +#if defined(HAVE_SYS_MNTTAB_H)
10 +    NFSFileSystem(const mnttab&);
11 +#else
12      NFSFileSystem(const mntent&);
13 +#endif
14      ~NFSFileSystem();
16      virtual bool dir_entries_scanned() const;