On Tue, Jul 9, 2013 at 12:08 PM, Andrey V. Elsukov <[email protected]> wrote:
> Author: ae
> Date: Tue Jul 9 10:08:13 2013
> New Revision: 253088
> URL: http://svnweb.freebsd.org/changeset/base/253088
>
> Log:
> Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,
> ipsec4stat, ipsec6stat to PCPU counters.
Hi Andrey,
Can these changes prevent to compile /usr/src/tools/tools/crypto ?
I've got these errors now:
ipsecstats.c:103:2: error: use of undeclared identifier 'uintmax_t'
AHSTAT(ahs.ahs_input, "input packets processed");
ipsecstats.c:104:2: error: use of undeclared identifier 'uintmax_t'
AHSTAT(ahs.ahs_output, "output packets processed");
Regards,
Olivier
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"