svn commit: r291299 - head/sys/net

Andrey V. Elsukov ae at FreeBSD.org
Wed Nov 25 11:31:09 UTC 2015


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>


More information about the svn-src-all mailing list