Re: svn commit: r286100 - in head/sys: net netipsec

2015-08-11 Thread Joerg Sonnenberger
On Thu, Jul 30, 2015 at 10:32:01PM -0700, John-Mark Gurney wrote: > Ryan Stone wrote this message on Fri, Jul 31, 2015 at 01:03 -0400: > > You can't use CTASSERT in a header. You'll get a compile error if two > > Testing a fix now... > > > different headers included in the same translation unit h

Re: svn commit: r286100 - in head/sys: net netipsec

2015-07-31 Thread John-Mark Gurney
NGie Cooper wrote this message on Thu, Jul 30, 2015 at 17:41 -0700: > On Thu, Jul 30, 2015 at 5:23 PM, John-Mark Gurney wrote: > > Author: jmg > > Date: Fri Jul 31 00:23:21 2015 > > New Revision: 286100 > > URL: https://svnweb.freebsd.org/changeset/base/286100 > > > > Log: > > Clean up this head

Re: svn commit: r286100 - in head/sys: net netipsec

2015-07-30 Thread John-Mark Gurney
Ryan Stone wrote this message on Fri, Jul 31, 2015 at 01:03 -0400: > You can't use CTASSERT in a header. You'll get a compile error if two Testing a fix now... > different headers included in the same translation unit have a CTASSERT on > the same line number. Not w/ clang anymore... _Static_as

Re: svn commit: r286100 - in head/sys: net netipsec

2015-07-30 Thread Ryan Stone
You can't use CTASSERT in a header. You'll get a compile error if two different headers included in the same translation unit have a CTASSERT on the same line number. On Jul 30, 2015 5:23 PM, "John-Mark Gurney" wrote: > Author: jmg > Date: Fri Jul 31 00:23:21 2015 > New Revision: 286100 > URL: ht

Re: svn commit: r286100 - in head/sys: net netipsec

2015-07-30 Thread NGie Cooper
On Thu, Jul 30, 2015 at 5:23 PM, John-Mark Gurney wrote: > Author: jmg > Date: Fri Jul 31 00:23:21 2015 > New Revision: 286100 > URL: https://svnweb.freebsd.org/changeset/base/286100 > > Log: > Clean up this header file... > > use CTASSERTs now that we have them... > > Replace a draft w/ RFC

svn commit: r286100 - in head/sys: net netipsec

2015-07-30 Thread John-Mark Gurney
Author: jmg Date: Fri Jul 31 00:23:21 2015 New Revision: 286100 URL: https://svnweb.freebsd.org/changeset/base/286100 Log: Clean up this header file... use CTASSERTs now that we have them... Replace a draft w/ RFC that's over 10 years old. Note that _AALG and _EALG do not need to