summaryrefslogtreecommitdiff
path: root/net/openag/patches
diff options
context:
space:
mode:
authorrillig <rillig>2007-12-01 16:20:09 +0000
committerrillig <rillig>2007-12-01 16:20:09 +0000
commit1c25bd1fc390c890c415974f69b71437af373cce (patch)
treebbc487feb0d0cec548031895fe3e840e5a8301d0 /net/openag/patches
parentff3021785eb645cba874ba5c965359651e69b7b4 (diff)
downloadpkgsrc-1c25bd1fc390c890c415974f69b71437af373cce.tar.gz
Fixed "extra qualification".
Diffstat (limited to 'net/openag/patches')
-rw-r--r--net/openag/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/openag/patches/patch-ae b/net/openag/patches/patch-ae
new file mode 100644
index 00000000000..b79174d55f1
--- /dev/null
+++ b/net/openag/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2007/12/01 16:20:09 rillig Exp $
+
+--- libOpenAG/include/AGMessage.h.orig 2002-04-13 17:08:03.000000000 +0000
++++ libOpenAG/include/AGMessage.h 2007-12-01 16:18:49.000000000 +0000
+@@ -54,7 +54,7 @@ public:
+ /** GENERAL STUFF **/
+ bool isSendPacket();
+ int getCompleteMessageSize();
+- int AGMessage::getCompleteMessageData(char* &deleteMe);
++ int getCompleteMessageData(char* &deleteMe);
+ int getDataLength();
+ void dumpHex();
+