In message <[email protected]>, 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 <[email protected]>
FreeBSD UNIX:  <[email protected]>   Web:  http://www.FreeBSD.org

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



_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to