summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-07-04 17:50:24 +0000
committermillert <millert@openbsd.org>2003-07-04 17:50:24 +0000
commite1b11c9e5e0f50a509c3432dd9b39cb95b3c5d4c (patch)
tree089e94cb31544ff21dc0c1248430797f13b21da6 /usr.bin/diff/diff.h
parentKill diff -h, we don't use or want diffh. Discussed w/ tedu@ (diff)
downloadwireguard-openbsd-e1b11c9e5e0f50a509c3432dd9b39cb95b3c5d4c.tar.xz
wireguard-openbsd-e1b11c9e5e0f50a509c3432dd9b39cb95b3c5d4c.zip
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;