summaryrefslogtreecommitdiff
path: root/geography/gpspoint/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'geography/gpspoint/patches/patch-ae')
-rw-r--r--geography/gpspoint/patches/patch-ae19
1 files changed, 19 insertions, 0 deletions
diff --git a/geography/gpspoint/patches/patch-ae b/geography/gpspoint/patches/patch-ae
new file mode 100644
index 00000000000..9248cb478ab
--- /dev/null
+++ b/geography/gpspoint/patches/patch-ae
@@ -0,0 +1,19 @@
+$NetBSD: patch-ae,v 1.1 2007/03/17 15:34:14 rillig Exp $
+
+See patch-ab.
+
+--- src/records_type.h.orig 2003-04-14 18:23:33.000000000 +0200
++++ src/records_type.h 2007-03-17 16:19:25.000000000 +0100
+@@ -41,10 +41,10 @@ class Records_Type : Endianmess, Constan
+ public:
+
+ /// constructor
+- Records_Type::Records_Type(void);
++ Records_Type(void);
+
+ /// calls set with the given Packet
+- Records_Type::Records_Type(Packet);
++ Records_Type(Packet);
+
+ /// resets internal data
+ void clear(void);