From 4d94d8c3c74f607130581f324aa7e05778bda326 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 10 Oct 2007 18:14:07 +0000 Subject: Fixed the code the correct way. I somehow forgot to test the last change. --- comms/plp/distinfo | 4 ++-- comms/plp/patches/patch-as | 17 ++++++++++++++--- 2 files changed, 16 insertions(+), 5 deletions(-) (limited to 'comms/plp') 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 #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 -- cgit v1.2.3