summaryrefslogtreecommitdiff
path: root/parallel/glunix/patches/patch-cg
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/glunix/patches/patch-cg')
-rw-r--r--parallel/glunix/patches/patch-cg13
1 files changed, 13 insertions, 0 deletions
diff --git a/parallel/glunix/patches/patch-cg b/parallel/glunix/patches/patch-cg
new file mode 100644
index 00000000000..9a175ecf53b
--- /dev/null
+++ b/parallel/glunix/patches/patch-cg
@@ -0,0 +1,13 @@
+$NetBSD: patch-cg,v 1.1 2003/03/31 03:46:30 jmc Exp $
+
+--- progs/tools/mhtml2html.pl.orig Sun Mar 30 22:00:17 2003
++++ progs/tools/mhtml2html.pl Sun Mar 30 22:00:21 2003
+@@ -68,7 +68,7 @@
+ # print "Line cache is: \"$line_cache\"\n";
+
+ # $line_cache =~ s/^\s+//;
+- undef $1;
++# undef $1;
+ # First yank the next token out of the line_cache
+ $char = substr($line_cache, 0, 1);
+ if ($char eq "<") {