summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-10-10 18:14:07 +0000
committerrillig <rillig@pkgsrc.org>2007-10-10 18:14:07 +0000
commitf3627f4d2faaab00299858a11cb52927e56fa935 (patch)
tree898a78aa567abc3ef3255916a280b64491dd6645
parent1c808f62808e828da08e0f2ca92bb97b724742b6 (diff)
downloadpkgsrc-f3627f4d2faaab00299858a11cb52927e56fa935.tar.gz
Fixed the code the correct way. I somehow forgot to test the last change.
-rw-r--r--comms/plp/distinfo4
-rw-r--r--comms/plp/patches/patch-as17
2 files changed, 16 insertions, 5 deletions
diff --git a/comms/plp/distinfo b/comms/plp/distinfo
index 1175f40b3a5..852dee1569b 100644
--- a/comms/plp/distinfo
+++ b/comms/plp/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2007/10/10 16:57:25 rillig Exp $
+$NetBSD: distinfo,v 1.14 2007/10/10 18:14:07 rillig Exp $
SHA1 (plp_1_8.tar.gz) = cad586353091895b6efc556d2cb5fa16891a3749
RMD160 (plp_1_8.tar.gz) = 1a29209fd7def352c9a1c6671b1a90efcd276456
@@ -20,4 +20,4 @@ SHA1 (patch-ao) = eabe7562e75c3ab9900a889ffe14813a9faad01b
SHA1 (patch-ap) = c104fcff93c6a20da75dcfa63ad814da43bbc718
SHA1 (patch-aq) = 706c2518c92c1b9ce3098839e5b282933f7904f0
SHA1 (patch-ar) = 25ec84057553840bb071706ecf143189f7591fc9
-SHA1 (patch-as) = 64d009e0ee02d03241c452c2e0459892afa477e1
+SHA1 (patch-as) = 696b46a9f173cc81083a0c4efa2ffdd8df2d0f19
diff --git a/comms/plp/patches/patch-as b/comms/plp/patches/patch-as
index aeb299a70dd..5b39b73dcda 100644
--- a/comms/plp/patches/patch-as
+++ b/comms/plp/patches/patch-as
@@ -1,12 +1,23 @@
-$NetBSD: patch-as,v 1.1 2007/10/10 16:57:25 rillig Exp $
+$NetBSD: patch-as,v 1.2 2007/10/10 18:14:07 rillig Exp $
--- utils/bufferstore.h.orig 1999-04-12 21:17:03.000000000 +0000
-+++ utils/bufferstore.h 2007-10-10 16:54:33.000000000 +0000
-@@ -2,7 +2,6 @@
++++ utils/bufferstore.h 2007-10-10 18:11:58.000000000 +0000
+@@ -1,8 +1,8 @@
+ #ifndef _bufferstore_h
#define _bufferstore_h
++#include <ostream>
#include "bool.h"
-class ostream;
class bufferStore {
public:
+@@ -19,7 +19,7 @@ public:
+ unsigned int getDWord(long pos) const;
+ const char* getString(long pos=0) const;
+ void discardFirstBytes(int n);
+- friend ostream &operator<<(ostream &s, const bufferStore &m);
++ friend std::ostream &operator<<(std::ostream &s, const bufferStore &m);
+ bool empty() const;
+
+ // Writing utils