summaryrefslogtreecommitdiff
path: root/x11/imake/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'x11/imake/patches/patch-ae')
-rw-r--r--x11/imake/patches/patch-ae15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/imake/patches/patch-ae b/x11/imake/patches/patch-ae
new file mode 100644
index 00000000000..09dbede361d
--- /dev/null
+++ b/x11/imake/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1.1.1 2004/01/24 08:43:28 xtraeme Exp $
+
+--- extras/rman/rman.c.orig Tue Jul 15 23:53:53 2003
++++ extras/rman/rman.c Tue Jul 15 23:44:21 2003
+@@ -4104,6 +4104,9 @@
+ }
+ }
+ break;
++ case 0:
++ /* ignore */
++ break;
+ default: /* unknown escaped character */
+ sputchar(*p++);
+ }
+