svn commit: r253088 - in head: sys/netipsec usr.bin/netstat
Olivier Cochard-Labbé
olivier at cochard.me
Mon Jul 29 12:31:33 UTC 2013
On Tue, Jul 9, 2013 at 12:08 PM, Andrey V. Elsukov <ae at freebsd.org> 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
More information about the svn-src-head
mailing list