git: 83edbc3cb54f - main - ipfilter: Retire pre-standard C support.
Jessica Clarke
jrtc27 at freebsd.org
Mon Jan 25 22:49:20 UTC 2021
Hi,
On 25 Jan 2021, at 22:47, Cy Schubert <cy at FreeBSD.org> wrote:
>
> diff --git a/contrib/ipfilter/ipf.h b/contrib/ipfilter/ipf.h
> index 05dcfa4afd64..834ba83f51f0 100644
> --- a/contrib/ipfilter/ipf.h
> +++ b/contrib/ipfilter/ipf.h
> @@ -73,15 +73,7 @@
> #include "opts.h"
>
> #ifndef __P
> -# ifdef __STDC__
> # define __P(x) x
There are a few cases like this where the indentation should be reduced
(or just removed if it's no longer so confusing).
Jess
More information about the dev-commits-src-main
mailing list