Re: unwind(8): replace SIMPLEQ with TAILQ

2019-11-09 Thread Klemens Nanni
On Sat, Nov 09, 2019 at 03:52:10PM +0100, Florian Obser wrote: > Mechanically change the forwarder SIMPLEQ to a TAILQ; needed for > future work. OK kn

unwind(8): replace SIMPLEQ with TAILQ

2019-11-09 Thread Florian Obser
Mechanically change the forwarder SIMPLEQ to a TAILQ; needed for future work. OK? diff --git parse.y parse.y index e79260e2be2..fe5247c289c 100644 --- parse.y +++ parse.y @@ -342,11 +342,11 @@ forwarderoptsl: STRING port authname dot { }