Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2015 11:31:07 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291299 - head/sys/net
Message-ID:  <201511251131.tAPBV7Hc058834@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511251131.tAPBV7Hc058834>