summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff.c
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2004-12-07 17:10:56 +0000
committertedu <tedu@openbsd.org>2004-12-07 17:10:56 +0000
commita176bc3ee0772f34303003a5d023d099e5458b4c (patch)
tree700dea46dcad9da741b27f39f1f6156607eff32f /usr.bin/cvs/diff.c
parentavoid a crash when receiving either a Created, Updated, Update-existing (diff)
downloadwireguard-openbsd-a176bc3ee0772f34303003a5d023d099e5458b4c.tar.xz
wireguard-openbsd-a176bc3ee0772f34303003a5d023d099e5458b4c.zip
less whitespace, more pretty. ok jfb
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r--usr.bin/cvs/diff.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c
index 5c4782ab0b9..a2beaac108a 100644
--- a/usr.bin/cvs/diff.c
+++ b/usr.bin/cvs/diff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.c,v 1.10 2004/12/06 21:03:12 deraadt Exp $ */
+/* $OpenBSD: diff.c,v 1.11 2004/12/07 17:10:56 tedu Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
* All rights reserved.
@@ -242,7 +242,6 @@ static int files_differ(FILE *, FILE *);
static char *preadline(int, size_t, off_t);
-
extern int cvs_client;
static int aflag, bflag, dflag, iflag, Nflag, tflag, Tflag, wflag;
@@ -278,8 +277,6 @@ static int lastline;
static int lastmatchline;
-
-
/*
* chrtran points to one of 2 translation tables: cup2low if folding upper to
* lower case clow2low if not folding case
@@ -339,7 +336,6 @@ u_char cup2low[256] = {
};
-
/*
* cvs_diff()
*
@@ -347,7 +343,6 @@ u_char cup2low[256] = {
*
* SYNOPSIS: cvs [args] diff [-clipu] [-D date] [-r rev]
*/
-
int
cvs_diff(int argc, char **argv)
{
@@ -439,7 +434,6 @@ cvs_diff(int argc, char **argv)
* cvs_diff_sendflags()
*
*/
-
int
cvs_diff_sendflags(struct cvsroot *root, struct diff_arg *dap)
{
@@ -473,7 +467,6 @@ cvs_diff_sendflags(struct cvsroot *root, struct diff_arg *dap)
*
* Diff a single file.
*/
-
int
cvs_diff_file(struct cvs_file *cfp, void *arg)
{