summaryrefslogtreecommitdiff
path: root/cad/xcircuit/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'cad/xcircuit/patches/patch-af')
-rw-r--r--cad/xcircuit/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/xcircuit/patches/patch-af b/cad/xcircuit/patches/patch-af
new file mode 100644
index 00000000000..607848e3d16
--- /dev/null
+++ b/cad/xcircuit/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2003/07/10 08:03:58 jtb Exp $
+
+--- keybindings.c.orig
++++ keybindings.c
+@@ -64,7 +64,7 @@
+ /* xcircuit.h! */
+ /*--------------------------------------------------------------*/
+
+-static char *function_names[NUM_FUNCTIONS] = {
++static char *function_names[] = {
+ "Page", "Justify", "Superscript", "Subscript", "Normalscript",
+ "Nextfont", "Boldfont", "Italicfont", "Normalfont", "Underline",
+ "Overline", "ISO Encoding", "Return", "Halfspace", "Quarterspace",