diff options
author | 2003-07-06 22:17:21 +0000 | |
---|---|---|
committer | 2003-07-06 22:17:21 +0000 | |
commit | cab5d83c9d6e6ab1ee51c5ad293daabd8930d5f9 (patch) | |
tree | 5b72060b1a052866dd3bc0c01135f6a5e66c1444 /usr.bin/diff/diff.h | |
parent | protos (diff) | |
download | wireguard-openbsd-cab5d83c9d6e6ab1ee51c5ad293daabd8930d5f9.tar.xz wireguard-openbsd-cab5d83c9d6e6ab1ee51c5ad293daabd8930d5f9.zip |
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 |