summaryrefslogtreecommitdiff
path: root/security/sfs/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'security/sfs/patches/patch-ad')
-rw-r--r--security/sfs/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/sfs/patches/patch-ad b/security/sfs/patches/patch-ad
new file mode 100644
index 00000000000..e8c0c285017
--- /dev/null
+++ b/security/sfs/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2006/10/21 11:53:13 agc Exp $
+
+--- ./async/qhash.h.orig 2002-05-28 11:50:37.000000000 +0100
++++ ./async/qhash.h
+@@ -166,7 +166,7 @@ class bhash // <K, void, H, E, kludge>
+
+ public:
+ bhash () {}
+- void clear () { deleteall (); }
++ void clear () { this->deleteall (); }
+ ~bhash () { clear (); }
+
+ bool insert (const K &k) {