summaryrefslogtreecommitdiffstats
path: root/bin/ed/ed.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-08-07 09:39:11 +0000
committerdfr <dfr@FreeBSD.org>1998-08-07 09:39:11 +0000
commit4e18c3d62f97e9ccd355ca39a111c2d78fa95fce (patch)
treeabd9097fe125e44d93f2cc9cfc0347c8d1bd537f /bin/ed/ed.h
parentab90adf61af1d9eb4cec2f26b26e85b4b4ee877f (diff)
downloadFreeBSD-src-4e18c3d62f97e9ccd355ca39a111c2d78fa95fce.zip
FreeBSD-src-4e18c3d62f97e9ccd355ca39a111c2d78fa95fce.tar.gz
Silence some warnings when building on the alpha.
Diffstat (limited to 'bin/ed/ed.h')
-rw-r--r--bin/ed/ed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/ed.h b/bin/ed/ed.h
index 1e77b38..05f65a9 100644
--- a/bin/ed/ed.h
+++ b/bin/ed/ed.h
@@ -25,7 +25,7 @@
* SUCH DAMAGE.
*
* @(#)ed.h,v 1.5 1994/02/01 00:34:39 alm Exp
- * $Id: ed.h,v 1.10 1997/02/22 14:03:14 peter Exp $
+ * $Id: ed.h,v 1.11 1997/12/10 22:18:23 eivind Exp $
*/
#include <sys/param.h> /* for MAXPATHLEN */
@@ -214,7 +214,7 @@ long exec_global __P((int, int));
void expand_des_key __P((char *, char *));
int extract_addr_range __P((void));
char *extract_pattern __P((int));
-int extract_subst_tail __P((int *, int *));
+int extract_subst_tail __P((int *, long *));
char *extract_subst_template __P((void));
int filter_lines __P((long, long, char *));
int flush_des_file __P((FILE *));
OpenPOWER on IntegriCloud