summaryrefslogtreecommitdiff
path: root/misc/kdeedu3/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kdeedu3/patches/patch-ap')
-rw-r--r--misc/kdeedu3/patches/patch-ap13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/kdeedu3/patches/patch-ap b/misc/kdeedu3/patches/patch-ap
new file mode 100644
index 00000000000..379d5d862be
--- /dev/null
+++ b/misc/kdeedu3/patches/patch-ap
@@ -0,0 +1,13 @@
+$NetBSD: patch-ap,v 1.1.2.2 2005/02/20 18:45:06 snj Exp $
+
+--- kstars/kstars/indi/lilxml.h.orig 2004-06-25 21:10:04.000000000 +1200
++++ kstars/kstars/indi/lilxml.h 2005-02-19 15:01:32.000000000 +1300
+@@ -189,7 +189,7 @@
+ \param name the name of the XML attribute to retrieve its value.
+ \return the value string of an XML element on success. NULL on failure.
+ */
+-extern char *findXMLAttValu (XMLEle *ep, char *name);
++extern const char *findXMLAttValu (XMLEle *ep, char *name);
+
+ /** \brief Handy wrapper to read one xml file.
+ \param fp pointer to FILE to read.