summaryrefslogtreecommitdiff
path: root/security/sfs/patches/patch-ad
blob: e8c0c285017d5fbf568d3d3e803b8d34c218e160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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) {