summaryrefslogtreecommitdiff
path: root/misc/fep/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fep/patches/patch-am')
-rw-r--r--misc/fep/patches/patch-am6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/fep/patches/patch-am b/misc/fep/patches/patch-am
index 53c5651b09d..ba5b6b870d3 100644
--- a/misc/fep/patches/patch-am
+++ b/misc/fep/patches/patch-am
@@ -1,10 +1,11 @@
-$NetBSD: patch-am,v 1.4 2006/01/03 18:16:10 joerg Exp $
+$NetBSD: patch-am,v 1.5 2006/01/17 21:23:01 kristerw Exp $
--- fep_vi.c.orig 1991-05-29 01:31:27.000000000 -0400
+++ fep_vi.c 2005-12-10 16:59:27.000000000 -0500
-@@ -6,7 +6,17 @@
+@@ -6 +6 @@
-#endif lint
+#endif /* lint */
+@@ -7,5 +7,15 @@
#include <stdio.h>
+#include <sys/ioctl.h>
@@ -20,7 +21,6 @@ $NetBSD: patch-am,v 1.4 2006/01/03 18:16:10 joerg Exp $
+#endif
#include <ctype.h>
#include "fep_defs.h"
- #include "fep_glob.h"
@@ -107,7 +117,7 @@
/* ^X-^V */ {"\\^X\\^V", view_buffer},
/* ^X-^X */ {"\\^X\\^X", expand_file_name},