svn commit: r291299 - head/sys/net

Bryan Drewery bdrewery at FreeBSD.org
Wed Nov 25 20:28:26 UTC 2015


On 11/25/2015 3:31 AM, Andrey V. Elsukov wrote:
> Author: ae
> Date: Wed Nov 25 11:31:07 2015
> New Revision: 291299
> URL: https://svnweb.freebsd.org/changeset/base/291299
> 
> Log:
>   Fix the build.
> 
> Modified:
>   head/sys/net/if_enc.c
> 
> Modified: head/sys/net/if_enc.c
> ==============================================================================
> --- head/sys/net/if_enc.c	Wed Nov 25 11:20:54 2015	(r291298)
> +++ head/sys/net/if_enc.c	Wed Nov 25 11:31:07 2015	(r291299)
> @@ -30,7 +30,6 @@
>  
>  #include "opt_inet.h"
>  #include "opt_inet6.h"
> -#include "opt_enc.h"
>  
>  #include <sys/param.h>
>  #include <sys/systm.h>
> 

Still broken.

/builds/FreeBSD_HEAD/sys/net/if_enc.c:104:43: error: use of undeclared
identifier 'IPSEC_ENC_BEFORE'
static VNET_DEFINE(int, filter_mask_in) = IPSEC_ENC_BEFORE;
                                          ^

and more

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20151125/82c206db/attachment.bin>


More information about the svn-src-all mailing list