diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-06 22:17:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-06 22:17:22 +0000 |
commit | 69ef970c20b54b2b30dab715b21100744a5e62a9 (patch) | |
tree | f2bf5f78372e7cbd33d673ccca85bd7ed0a8d67c /usr.bin/diff/diff.h | |
parent | a5f370d9b14b190b154fddc12987b9255cd20e10 (diff) |
Add -q option from GNU diff
Diffstat (limited to 'usr.bin/diff/diff.h')
-rw-r--r-- | usr.bin/diff/diff.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/diff/diff.h b/usr.bin/diff/diff.h index 0264115269d..a2f63cc8d48 100644 --- a/usr.bin/diff/diff.h +++ b/usr.bin/diff/diff.h @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.h,v 1.16 2003/07/06 22:02:36 millert Exp $ */ +/* $OpenBSD: diff.h,v 1.17 2003/07/06 22:17:21 millert Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -42,6 +42,7 @@ #define D_IFDEF 4 /* Diff with merged #ifdef's */ #define D_NREVERSE 5 /* Reverse ed script with numbered lines and no trailing . */ +#define D_BRIEF 6 /* Say if the files differ */ /* * Output flags |