summaryrefslogtreecommitdiff
path: root/usr.bin/diff/diff.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-07-04 17:50:25 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-07-04 17:50:25 +0000
commitf6098dfbd887c45042205e991c4871fa8d23c40c (patch)
tree40387e28fe8d45ff6ddebc9a8bb6d23a2466f662 /usr.bin/diff/diff.h
parentd33e124248685a079ceb722d29cc4dc58b1071df (diff)
Kill non-standard -l option as discussed with tedu@
Diffstat (limited to 'usr.bin/diff/diff.h')
-rw-r--r--usr.bin/diff/diff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/diff/diff.h b/usr.bin/diff/diff.h
index e4039a4789f..971c9b3269a 100644
--- a/usr.bin/diff/diff.h
+++ b/usr.bin/diff/diff.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.h,v 1.13 2003/07/04 17:37:07 millert Exp $ */
+/* $OpenBSD: diff.h,v 1.14 2003/07/04 17:50:24 millert Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
@@ -60,7 +60,7 @@
#define D_NREVERSE 5 /* Reverse ed script with numbered
lines and no trailing . */
-extern int aflag, bflag, iflag, lflag, rflag, sflag, tflag, wflag;
+extern int aflag, bflag, iflag, rflag, sflag, tflag, wflag;
extern char *start, *ifdefname;
extern int opt, wantelses, context, status, anychange;
extern char *tempfiles[], **diffargv;