diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2023-01-05 00:00:45 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2023-01-05 00:00:45 +0000 |
commit | 1b399c1e5aa9597f6447dd0668b0cbbec4377033 (patch) | |
tree | 2a697eb01fb2fc87e1fadc80961521a8c4fa001e /usr.bin/diff/diff.c | |
parent | 5ed9a15a6ca1e702c0ebfdd022808fe00a67305c (diff) |
Delete remnants of removed "diff -l" option.
From Nathan Houghton
Diffstat (limited to 'usr.bin/diff/diff.c')
-rw-r--r-- | usr.bin/diff/diff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/diff/diff.c b/usr.bin/diff/diff.c index 5474199b435..2add825a7b7 100644 --- a/usr.bin/diff/diff.c +++ b/usr.bin/diff/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.67 2019/06/28 13:35:00 deraadt Exp $ */ +/* $OpenBSD: diff.c,v 1.68 2023/01/05 00:00:44 millert Exp $ */ /* * Copyright (c) 2003 Todd C. Miller <millert@openbsd.org> @@ -43,7 +43,7 @@ struct stat stb1, stb2; struct excludes *excludes_list; regex_t ignore_re; -#define OPTIONS "0123456789abC:cdD:efhI:iL:lnNPpqrS:sTtU:uwX:x:" +#define OPTIONS "0123456789abC:cdD:efhI:iL:nNPpqrS:sTtU:uwX:x:" static struct option longopts[] = { { "text", no_argument, 0, 'a' }, { "ignore-space-change", no_argument, 0, 'b' }, |