mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Silence some warnings when building on the alpha.
This commit is contained in:
parent
1d414b2f81
commit
d1ade4ad42
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38161
@ -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 *));
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user