summaryrefslogtreecommitdiff
path: root/sysutils/fam/patches/patch-aw
blob: 632ca539d8dc30009cb8ef69d8efd683723cf775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aw,v 1.5 2004/11/19 12:35:22 sketch Exp $

--- src/LocalFileSystem.h.orig	2004-11-08 16:53:36.684849000 +0000
+++ src/LocalFileSystem.h	2004-11-08 16:54:10.095510000 +0000
@@ -38,7 +38,11 @@
 
 public:
 
+#if defined(HAVE_SYS_MNTTAB_H)
+    LocalFileSystem(const mnttab&);
+#else
     LocalFileSystem(const mntent&);
+#endif
 
     virtual bool dir_entries_scanned() const;
     virtual int get_attr_cache_timeout() const;