In message <201407131038.s6dac1g5095...@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.schub...@komquats.com>
FreeBSD UNIX:  <c...@freebsd.org>   Web:  http://www.FreeBSD.org

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



_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to