diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-05-25 17:55:40 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-05-25 17:55:40 +0000 |
| commit | 433115a0a49e9f26ef51c1906ca0c04bc8270248 (patch) | |
| tree | 205f888b9149eff8c0d96b10b75416a0b0cbde30 | |
| parent | e1910ebda4d5972aef64aaf67ea7bcbbba16fa4f (diff) | |
Notes
| -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' }, |
