Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / misc / fep / patches / patch-af
blob83e1c2250a726e471455dd43bbe97f3d36f56a4b
1 $NetBSD: patch-af,v 1.7 2012/03/01 22:00:44 hans Exp $
3 --- fep_funcs.c.orig    1991-05-29 01:31:18.000000000 -0400
4 +++ fep_funcs.c 2005-12-10 16:59:27.000000000 -0500
5 @@ -6,6 +6,7 @@
6 -#endif lint
7 +#endif /* lint */
8  
9  #include <stdio.h>
10 +#include "fep_defs.h"
11  #include "fep_funcs.h"
13  /*
14 @@ -94,7 +95,7 @@ FunctionTableEnt FunctionNameTable[] = {
15          "Expand file name"},
16         {list_file_name,                "list-file-name",
17          "List file name"},
18 -       {terminate,                     "terminate",
19 +       {(FUNC)terminate,                       "terminate",
20          "Terminate fep"},
21         {suspend,                       "suspend",
22          "Suspend fep"},
23 @@ -193,7 +194,7 @@ FunctionTableEnt BuiltinFuncTable[] = {
24          "Operation \"else\""},
25         {fep_endif,                     "fep-endif",
26          "Operation \"endif\""},
27 -       {terminate,                     "fep-exit",
28 +       {(FUNC)terminate,                       "fep-exit",
29          "Terminate fep"},
30         {suspend,                       "fep-suspend",
31          "Suspend fep"},