summaryrefslogtreecommitdiff
path: root/sysutils/fam/patches/patch-az
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fam/patches/patch-az')
-rw-r--r--sysutils/fam/patches/patch-az16
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/fam/patches/patch-az b/sysutils/fam/patches/patch-az
new file mode 100644
index 00000000000..7ea9f74cb54
--- /dev/null
+++ b/sysutils/fam/patches/patch-az
@@ -0,0 +1,16 @@
+$NetBSD: patch-az,v 1.1 2004/11/19 12:35:22 sketch Exp $
+
+--- src/LocalFileSystem.c++.orig 2004-11-08 17:28:08.710285000 +0000
++++ src/LocalFileSystem.c++ 2004-11-08 17:28:53.492174000 +0000
+@@ -27,7 +27,11 @@
+ #include "Log.h"
+ #include "Pollster.h"
+
++#if defined(HAVE_SYS_MNTTAB_H)
++LocalFileSystem::LocalFileSystem(const mnttab& mnt)
++#else
+ LocalFileSystem::LocalFileSystem(const mntent& mnt)
++#endif
+ : FileSystem(mnt)
+ { }
+