summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff3.c
diff options
context:
space:
mode:
authorjoris <joris@openbsd.org>2008-03-09 01:52:55 +0000
committerjoris <joris@openbsd.org>2008-03-09 01:52:55 +0000
commitf904309a8961c6f396be55397f7155aba7d9e5b4 (patch)
tree40edba9cbd2a7df0c4e819439a3a35ecf5ba5878 /usr.bin/cvs/diff3.c
parentrename check_dir_tag to user_supplied to reflect what the flag (diff)
downloadwireguard-openbsd-f904309a8961c6f396be55397f7155aba7d9e5b4.tar.xz
wireguard-openbsd-f904309a8961c6f396be55397f7155aba7d9e5b4.zip
unused var
Diffstat (limited to 'usr.bin/cvs/diff3.c')
-rw-r--r--usr.bin/cvs/diff3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/diff3.c b/usr.bin/cvs/diff3.c
index 36aa0cff974..30871960396 100644
--- a/usr.bin/cvs/diff3.c
+++ b/usr.bin/cvs/diff3.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff3.c,v 1.47 2008/03/08 20:26:34 joris Exp $ */
+/* $OpenBSD: diff3.c,v 1.48 2008/03/09 01:52:55 joris Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
@@ -72,7 +72,7 @@ static const char copyright[] =
#ifndef lint
static const char rcsid[] =
- "$OpenBSD: diff3.c,v 1.47 2008/03/08 20:26:34 joris Exp $";
+ "$OpenBSD: diff3.c,v 1.48 2008/03/09 01:52:55 joris Exp $";
#endif /* not lint */
#include <ctype.h>
@@ -333,7 +333,7 @@ diff3_internal(int argc, char **argv, const char *fmark, const char *rmark)
int
ed_patch_lines(struct cvs_lines *dlines, struct cvs_lines *plines)
{
- char op, *ep, *p;
+ char op, *ep;
struct cvs_line *sort, *lp, *dlp, *ndlp, *insert_after;
int start, end, i, lineno;
u_char tmp;