summaryrefslogtreecommitdiff
path: root/sysutils/fam/patches/patch-al
blob: b06badbcbbfb0e4c574885611870d69df69ee2fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-al,v 1.4 2004/11/19 12:35:22 sketch Exp $

--- include/BTree.h.orig	2004-11-08 14:39:58.687960000 +0000
+++ include/BTree.h	2004-11-08 14:40:32.481144000 +0000
@@ -76,8 +76,6 @@
 
     static unsigned sizeofnode()	{ return sizeof (Node); }
 
-private:
-
     enum { fanout = 32 };
     enum Status { OK, NO, OVER, UNDER };