blob: 0c3cbcb47827fc0ce717db75a00a2b0c0ef671a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.2 2003/10/18 13:20:31 cjep Exp $
--- src/ContMan.hpp.orig 2003-10-07 01:43:26.000000000 +1000
+++ src/ContMan.hpp 2003-10-07 01:44:19.000000000 +1000
@@ -64,7 +64,7 @@
// The sequence of CompressContainers follow *directly* the container block object
// in memory.
{
- friend CompressContainerMan;
+ friend class CompressContainerMan;
CompressContainerBlock *nextblock; // The next container block in the list
unsigned short contnum; // Number of containers
unsigned short userdatasize; // The compressor associated with the container
|