Re: tcpdump: Don't link to libl and remove reference to yydebug

2020-12-03 Thread Martin Vahlensieck
On Thu, Dec 03, 2020 at 10:56:17PM +0300, Vitaliy Makkoveev wrote: > > On 3 Dec 2020, at 13:20, Martin Vahlensieck > > wrote: > > > > Hi > > Hi. > Hi > > > > This is unused. It has been in there since the import from NetBSD. > > Their logs show that tcpgram.y and tcplex.l have been removed

Re: tcpdump: Don't link to libl and remove reference to yydebug

2020-12-03 Thread Vitaliy Makkoveev
> On 3 Dec 2020, at 13:20, Martin Vahlensieck > wrote: > > Hi Hi. > > This is unused. It has been in there since the import from NetBSD. > Their logs show that tcpgram.y and tcplex.l have been removed in 1995. > I am not sure what the policy is for the getopt(3) call: Should Y be > removed i

tcpdump: Don't link to libl and remove reference to yydebug

2020-12-03 Thread Martin Vahlensieck
Hi This is unused. It has been in there since the import from NetBSD. Their logs show that tcpgram.y and tcplex.l have been removed in 1995. I am not sure what the policy is for the getopt(3) call: Should Y be removed in the optstring as well (not done in this diff)? Best, Martin Index: Makefi