summaryrefslogtreecommitdiff
path: root/editors/joe2/files/patch-aj
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-02-17 21:39:10 +0000
committerPatrick Li <pat@FreeBSD.org>2002-02-17 21:39:10 +0000
commiteaf5dce45eaeadcb65fb79d4f53294350d5c2426 (patch)
tree68828164f940b1e3ac2941e7f26a699f6c602f06 /editors/joe2/files/patch-aj
parentUpdate to 4.2.6 (diff)
Fix build on -CURRENT
PR: 34802 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=54834
Diffstat (limited to 'editors/joe2/files/patch-aj')
-rw-r--r--editors/joe2/files/patch-aj16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/joe2/files/patch-aj b/editors/joe2/files/patch-aj
new file mode 100644
index 000000000000..0eff727bd0f1
--- /dev/null
+++ b/editors/joe2/files/patch-aj
@@ -0,0 +1,16 @@
+--- rc.h.orig Sun Feb 10 14:28:00 2002
++++ rc.h Sun Feb 10 14:28:55 2002
+@@ -34,11 +34,11 @@
+ extern OPTIONS pdefault;
+ void setopt();
+
+-/* KMAP *getcontext(char *name);
++/* KMAP *joegetcontext(char *name);
+ * Find and return the KMAP for a given context name. If none is found, an
+ * empty kmap is created, bound to the context name, and returned.
+ */
+-KMAP *getcontext();
++KMAP *joegetcontext();
+
+ /* int procrc(char *name); Process an rc file
+ Returns 0 for success