From cab5d83c9d6e6ab1ee51c5ad293daabd8930d5f9 Mon Sep 17 00:00:00 2001 From: millert Date: Sun, 6 Jul 2003 22:17:21 +0000 Subject: Add -q option from GNU diff --- usr.bin/diff/diff.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/diff/diff.h') 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 -- cgit v1.2.3-59-g8ed1b