diff options
author | 2003-07-04 17:37:07 +0000 | |
---|---|---|
committer | 2003-07-04 17:37:07 +0000 | |
commit | 1ba3174772658d281f37df4d297ecec7213ddbe1 (patch) | |
tree | 33c91d9feb2df3ec4c8eef0ecd31431e7f6abe1b /usr.bin/diff/diff.h | |
parent | 'static const char rcsid[]' to make it -Wall clean (diff) | |
download | wireguard-openbsd-1ba3174772658d281f37df4d297ecec7213ddbe1.tar.xz wireguard-openbsd-1ba3174772658d281f37df4d297ecec7213ddbe1.zip |
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.h | 4 |
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; |