diff options
Diffstat (limited to 'misc/fep/patches/patch-ae')
-rw-r--r-- | misc/fep/patches/patch-ae | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/misc/fep/patches/patch-ae b/misc/fep/patches/patch-ae index cb27e21b621..f0a9eb4aa86 100644 --- a/misc/fep/patches/patch-ae +++ b/misc/fep/patches/patch-ae @@ -1,11 +1,11 @@ -$NetBSD: patch-ae,v 1.7 2006/01/17 21:23:01 kristerw Exp $ +$NetBSD: patch-ae,v 1.8 2011/09/29 20:22:26 wiz Exp $ ---- fep_edit.c.orig 1995-01-20 03:16:37.000000000 -0500 -+++ fep_edit.c 2005-12-10 16:59:27.000000000 -0500 -@@ -6 +6 @@ +--- fep_edit.c.orig 1995-01-20 08:16:37.000000000 +0000 ++++ fep_edit.c 2011-09-29 20:19:55.000000000 +0000 +@@ -6,10 +6,22 @@ -#endif lint +#endif /* lint */ -@@ -8,8 +8,20 @@ + #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> @@ -109,6 +109,15 @@ $NetBSD: patch-ae,v 1.7 2006/01/17 21:23:01 kristerw Exp $ #undef import +@@ -227,7 +264,7 @@ + * Main function of front end program + */ + CHAR * +-getline() ++get_line() + { + int c; + CHAR *execute_command, *check_alias(); @@ -257,7 +294,7 @@ */ swallow_output(); |