summaryrefslogtreecommitdiffstats
path: root/bin/ed/main.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/main.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/main.c')
-rw-r--r--bin/ed/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/main.c b/bin/ed/main.c
index b9fca59..8468bbd 100644
--- a/bin/ed/main.c
+++ b/bin/ed/main.c
@@ -37,7 +37,7 @@ static char * const copyright =
static char * const rcsid = "@(#)main.c,v 1.1 1994/02/01 00:34:42 alm Exp";
#else
static char * const rcsid =
- "$Id: main.c,v 1.11 1997/08/07 21:33:43 steve Exp $";
+ "$Id: main.c,v 1.12 1997/10/08 14:47:56 eivind Exp $";
#endif
#endif /* not lint */
@@ -452,7 +452,7 @@ exec_command()
static pattern_t *pat = NULL;
static int sgflag = 0;
- static int sgnum = 0;
+ static long sgnum = 0;
pattern_t *tpat;
char *fnp;
OpenPOWER on IntegriCloud