From a65ef95eb71299351f90d4d7a4201f639850b0a2 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 29 Jul 2003 18:38:47 +0000 Subject: clean --- usr.bin/diff/diff.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin/diff/diff.c') diff --git a/usr.bin/diff/diff.c b/usr.bin/diff/diff.c index 0338b7ec00c..2c2de7615a4 100644 --- a/usr.bin/diff/diff.c +++ b/usr.bin/diff/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.36 2003/07/27 18:45:55 millert Exp $ */ +/* $OpenBSD: diff.c,v 1.37 2003/07/29 18:38:47 deraadt Exp $ */ /* * Copyright (c) 2003 Todd C. Miller @@ -21,7 +21,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: diff.c,v 1.36 2003/07/27 18:45:55 millert Exp $"; +static const char rcsid[] = "$OpenBSD: diff.c,v 1.37 2003/07/29 18:38:47 deraadt Exp $"; #endif /* not lint */ #include @@ -39,8 +39,8 @@ static const char rcsid[] = "$OpenBSD: diff.c,v 1.36 2003/07/27 18:45:55 millert #include "diff.h" -int aflag, bflag, dflag, iflag, lflag, Nflag, Pflag, rflag, sflag, tflag, - Tflag, wflag; +int aflag, bflag, dflag, iflag, lflag, Nflag, Pflag, rflag; +int sflag, tflag, Tflag, wflag; int format, context, status; char *start, *ifdefname, *diffargs, *label; struct stat stb1, stb2; -- cgit v1.2.3-59-g8ed1b