svn commit: r268585 - head/contrib/ipfilter/lib

Cy Schubert Cy.Schubert at komquats.com
Mon Jul 14 04:57:55 UTC 2014


In message <201407131038.s6DAc1G5095327 at svn.freebsd.org>, Sergey Kandaurov 
writ
es:
> Author: pluknet
> Date: Sun Jul 13 10:38:01 2014
> New Revision: 268585
> URL: http://svnweb.freebsd.org/changeset/base/268585
> 
> Log:
>   Unbreak with gcc.
>   
>   I'm tired to see tinderbox spamming.  Feel free to fix it your way.
> 
> Modified:
>   head/contrib/ipfilter/lib/printipfexpr.c
> 
> Modified: head/contrib/ipfilter/lib/printipfexpr.c
> =============================================================================
> =
> --- head/contrib/ipfilter/lib/printipfexpr.c	Sun Jul 13 10:31:29 2014
> 	(r268584)
> +++ head/contrib/ipfilter/lib/printipfexpr.c	Sun Jul 13 10:38:01 2014
> 	(r268585)
> @@ -3,7 +3,9 @@
>  static void printport __P((int *));
>  static void printhosts __P((int *));
>  static void printsingle __P((int *));
> +#ifdef USE_INET6
>  static void printhostsv6 __P((int *));
> +#endif
>  
>  void
>  printipfexpr(array)

Thank you. My bad. That's the proper fix.


-- 
Cheers,
Cy Schubert <Cy.Schubert at komquats.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.





More information about the svn-src-head mailing list