From 740ccdbfc8f9f369d5186611c7be08f53a865f46 Mon Sep 17 00:00:00 2001 From: "Andreas V. 'netrunner' Meier" Date: Sat, 14 Aug 2004 10:49:33 +0000 Subject: [PATCH] Andreas V. Meier: fam: update to 2.7.0 makes gcc34.patch superfluous (and unappliable) [2004072212214820739] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3814 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/rene/fam/gcc34.patch | 67 ------------------------------------ 1 file changed, 67 deletions(-) delete mode 100644 package/rene/fam/gcc34.patch diff --git a/package/rene/fam/gcc34.patch b/package/rene/fam/gcc34.patch deleted file mode 100644 index 978ff6bb2..000000000 --- a/package/rene/fam/gcc34.patch +++ /dev/null @@ -1,67 +0,0 @@ ---- fam-2.6.9/fam/SmallTable.h.orig 2004-05-13 17:21:00.615515152 +0200 -+++ fam-2.6.9/fam/SmallTable.h 2004-05-13 17:21:17.716915344 +0200 -@@ -98,7 +98,7 @@ - } - - template --SmallTable::Closure -+typename SmallTable::Closure - SmallTable::position(const Tkey& key) const - { - unsigned l = 0, r = n; ---- fam-2.6.9/include/BTree.h.orig 2004-05-13 17:16:35.937752288 +0200 -+++ fam-2.6.9/include/BTree.h 2004-05-13 17:20:24.740968912 +0200 -@@ -236,7 +236,7 @@ - // to the right and returns them. - - template --BTree::Closure -+typename BTree::Closure - BTree::Node::remove(unsigned j) - { - Key k = key[j]; -@@ -348,7 +348,7 @@ - } - - template --BTree::Closure -+typename BTree::Closure - BTree::Node::next(const Key& pred) const - { - if (!this) -@@ -404,7 +404,7 @@ - // nodes as necessary on the way back. - - template --BTree::Closure -+typename BTree::Closure - BTree::insert(Node *p, const Key& key, const Value& value) - { - if (!p) return Closure(key, value, NULL); -@@ -499,7 +499,7 @@ - // Returns UNDER if node p is too small afterward, OK otherwise. - - template --BTree::Status -+typename BTree::Status - BTree::underflow(Node *p, unsigned i) - { - assert(p); -@@ -557,7 +557,7 @@ - - - template --BTree::Closure -+typename BTree::Closure - BTree::remove_rightmost(Node *p) - { - int i = p->n; -@@ -587,7 +587,7 @@ - // back up. - - template --BTree::Status -+typename BTree::Status - BTree::remove(Node *p, const Key& key) - { - if (!p)