diff options
Diffstat (limited to 'archivers/xmill/patches/patch-af')
-rw-r--r-- | archivers/xmill/patches/patch-af | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/archivers/xmill/patches/patch-af b/archivers/xmill/patches/patch-af deleted file mode 100644 index 5dbe788b4d4..00000000000 --- a/archivers/xmill/patches/patch-af +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-af,v 1.2 2003/10/18 13:20:31 cjep Exp $ ---- src/PathDict.hpp.orig 2003-10-07 01:47:15.000000000 +1000 -+++ src/PathDict.hpp 2003-10-07 01:47:28.000000000 +1000 -@@ -66,7 +66,7 @@ - class PathDictNode - // Each node is represented by this structure - { -- friend PathDict; -+ friend class PathDict; - - PathDictNode *parent; // The parent node. - // Is NULL for the super root node |