summaryrefslogtreecommitdiffstats
path: root/bin/ed/sub.c
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/sub.c
parentab90adf61af1d9eb4cec2f26b26e85b4b4ee877f (diff)
downloadFreeBSD-src-4e18c3d62f97e9ccd355ca39a111c2d78fa95fce.zip
FreeBSD-src-4e18c3d62f97e9ccd355ca39a111c2d78fa95fce.tar.gz
Silence some warnings when building on the alpha.
Diffstat (limited to 'bin/ed/sub.c')
-rw-r--r--bin/ed/sub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/sub.c b/bin/ed/sub.c
index 3877b00..e072548 100644
--- a/bin/ed/sub.c
+++ b/bin/ed/sub.c
@@ -31,7 +31,7 @@
static char * const rcsid = "@(#)sub.c,v 1.1 1994/02/01 00:34:44 alm Exp";
#else
static char * const rcsid =
- "$Id: sub.c,v 1.9 1997/02/22 14:03:19 peter Exp $";
+ "$Id: sub.c,v 1.10 1997/08/07 21:33:44 steve Exp $";
#endif
#endif /* not lint */
@@ -46,7 +46,7 @@ int rhbufi; /* rhs substitution buffer index */
int
extract_subst_tail(flagp, np)
int *flagp;
- int *np;
+ long *np;
{
char delimiter;
OpenPOWER on IntegriCloud