From 1b399c1e5aa9597f6447dd0668b0cbbec4377033 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 5 Jan 2023 00:00:45 +0000 Subject: Delete remnants of removed "diff -l" option. From Nathan Houghton --- usr.bin/diff/diff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/diff/diff.c') 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 @@ -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' }, -- cgit v1.2.3