diff options
| -rw-r--r-- | usr.bin/diff3/diff3.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/diff3/diff3.c b/usr.bin/diff3/diff3.c index 0ec65710299f..3b762855fb2a 100644 --- a/usr.bin/diff3/diff3.c +++ b/usr.bin/diff3/diff3.c @@ -149,10 +149,8 @@ enum {  	STRIPCR_OPT,  }; -#define MAX_CHECK 768	/* 3 kb of chars */  #define DIFF_PATH "/usr/bin/diff" -  #define OPTIONS "3aAeEiL:mTxX"  static struct option longopts[] = {  	{ "ed",			no_argument,		NULL,	'e' },  | 
