summaryrefslogtreecommitdiff
path: root/misc/fep/patches/patch-ag
blob: ffb0a3f47053f21a6a828a04694e23aec5b1c190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ag,v 1.2 2003/11/07 16:35:51 christos Exp $

--- fep_funcs.h.orig	1991-05-29 01:31:20.000000000 -0400
+++ fep_funcs.h	2003-11-07 11:16:49.000000000 -0500
@@ -3,7 +3,7 @@
 #ifndef lint
 # define FEP_FUNCS \
     "$Header: /cvsroot/pkgsrc/misc/fep/patches/patch-ag,v 1.2 2003/11/07 16:35:51 christos Exp $ (SRA)"
-#endif lint
+#endif /* lint */
 
 /*
  * command line edit functions
@@ -22,7 +22,7 @@
 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();