summaryrefslogtreecommitdiff
path: root/usr.bin/diff/diff.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-07-04 17:37:08 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-07-04 17:37:08 +0000
commitd33e124248685a079ceb722d29cc4dc58b1071df (patch)
tree0d9150c556f4f7df6d5e7e95c51d1ca3a959383e /usr.bin/diff/diff.h
parent87bbf14c204eb3b134942571607a26e3254590df (diff)
Kill diff -h, we don't use or want diffh. Discussed w/ 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 ba259f92438..e4039a4789f 100644
--- a/usr.bin/diff/diff.h
+++ b/usr.bin/diff/diff.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.h,v 1.12 2003/07/04 02:54:36 millert Exp $ */
+/* $OpenBSD: diff.h,v 1.13 2003/07/04 17:37:07 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, hflag, iflag, lflag, rflag, sflag, tflag, wflag;
+extern int aflag, bflag, iflag, lflag, rflag, sflag, tflag, wflag;
extern char *start, *ifdefname;
extern int opt, wantelses, context, status, anychange;
extern char *tempfiles[], **diffargv;