summaryrefslogtreecommitdiff
path: root/misc/fep/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fep/patches/patch-af')
-rw-r--r--misc/fep/patches/patch-af30
1 files changed, 30 insertions, 0 deletions
diff --git a/misc/fep/patches/patch-af b/misc/fep/patches/patch-af
new file mode 100644
index 00000000000..b4a58e79f31
--- /dev/null
+++ b/misc/fep/patches/patch-af
@@ -0,0 +1,30 @@
+$NetBSD: patch-af,v 1.1 2000/02/07 03:18:12 christos Exp $
+
+--- fep_funcs.c.orig Wed May 29 01:31:18 1991
++++ fep_funcs.c Sun Feb 6 22:14:13 2000
+@@ -6,6 +6,7 @@
+ #endif lint
+
+ #include <stdio.h>
++#include "fep_defs.h"
+ #include "fep_funcs.h"
+
+ /*
+@@ -94,7 +95,7 @@
+ "Expand file name"},
+ {list_file_name, "list-file-name",
+ "List file name"},
+- {terminate, "terminate",
++ {(FUNC)terminate, "terminate",
+ "Terminate fep"},
+ {suspend, "suspend",
+ "Suspend fep"},
+@@ -193,7 +194,7 @@
+ "Operation \"else\""},
+ {fep_endif, "fep-endif",
+ "Operation \"endif\""},
+- {terminate, "fep-exit",
++ {(FUNC)terminate, "fep-exit",
+ "Terminate fep"},
+ {suspend, "fep-suspend",
+ "Suspend fep"},