pkgsrc/misc/fep/patches/patch-ag
wiz ef2e6a7dc9 Make patches apply again; use sed script in pre-build
to remove stuff after #endif to avoid RCS problems with patches (hi christos!).
2003-11-11 10:42:32 +00:00

13 lines
373 B
Text

$NetBSD: patch-ag,v 1.3 2003/11/11 10:42:32 wiz Exp $
--- fep_funcs.h.orig Wed May 29 07:31:20 1991
+++ fep_funcs.h
@@ -22,7 +22,7 @@ int delete_previous_character();
int delete_previous_word();
int delete_previous_Word();
int delete_to_kill_buffer();
-int terminate();
+void terminate __P((int));
int end_of_line();
int expand_file_name();
int forward_character();