Re: sbin/pfctl: use TAILQ_CONCAT(3)

2020-01-27 Thread Alexandr Nedvedicky
Hello, On Mon, Jan 27, 2020 at 08:54:19PM +0100, Björn Ketelaars wrote: > Replace custom TAILQ concatenation loop by TAILQ_CONCAT(3). > > Comments/OK? looks good to me. OK sashan@

Re: sbin/pfctl: use TAILQ_CONCAT(3)

2020-01-27 Thread Klemens Nanni
On Mon, Jan 27, 2020 at 08:54:19PM +0100, Björn Ketelaars wrote: > Replace custom TAILQ concatenation loop by TAILQ_CONCAT(3). OK kn

sbin/pfctl: use TAILQ_CONCAT(3)

2020-01-27 Thread Björn Ketelaars
Replace custom TAILQ concatenation loop by TAILQ_CONCAT(3). Comments/OK? diff --git sbin/pfctl/parse.y sbin/pfctl/parse.y index d524f9e92bc..67de79215e4 100644 --- sbin/pfctl/parse.y +++ sbin/pfctl/parse.y @@ -5637,16 +5637,11 @@ mv_rules(struct pf_ruleset *src, struct pf_ruleset *dst) {