diff options
-rw-r--r-- | usr.bin/cvs/diff.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c index 38fa4df1ff2..357c51c54ba 100644 --- a/usr.bin/cvs/diff.c +++ b/usr.bin/cvs/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.23 2005/03/30 17:43:04 joris Exp $ */ +/* $OpenBSD: diff.c,v 1.24 2005/03/31 14:57:32 joris Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -246,8 +246,6 @@ static char *match_function(const long *, int, FILE *); static char *preadline(int, size_t, off_t); -extern int cvs_client; - static int aflag, bflag, dflag, iflag, Nflag, pflag, tflag, Tflag, wflag; static int context, status; static int format = D_NORMAL; |