From eaf5dce45eaeadcb65fb79d4f53294350d5c2426 Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Sun, 17 Feb 2002 21:39:10 +0000 Subject: Fix build on -CURRENT PR: 34802 Submitted by: maintainer --- editors/joe/files/patch-aj | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 editors/joe/files/patch-aj (limited to 'editors/joe/files/patch-aj') diff --git a/editors/joe/files/patch-aj b/editors/joe/files/patch-aj new file mode 100644 index 000000000000..0eff727bd0f1 --- /dev/null +++ b/editors/joe/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 -- cgit v1.2.3