summaryrefslogtreecommitdiff
path: root/editors/ve/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ve/patches/patch-ac')
-rw-r--r--editors/ve/patches/patch-ac22
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/ve/patches/patch-ac b/editors/ve/patches/patch-ac
new file mode 100644
index 00000000000..2eba0f33c26
--- /dev/null
+++ b/editors/ve/patches/patch-ac
@@ -0,0 +1,22 @@
+$NetBSD: patch-ac,v 1.1.1.1 2002/04/19 14:05:17 zuntum Exp $
+
+--- entab.c.orig Sun Apr 7 16:15:48 2002
++++ entab.c
+@@ -9,7 +9,7 @@
+
+ void convert(char* filename);
+
+-
++/*
+ main(int argc, char *argv[]) {
+ int i;
+
+@@ -24,7 +24,7 @@
+ fprintf(stderr, "\nFinished\n");
+ return 0;
+ }
+-
++*/
+
+ void convert(char* filename)
+ {