svn commit: r286112 - head/sys/netinet
Andrey V. Elsukov
ae at FreeBSD.org
Fri Jul 31 09:02:30 UTC 2015
Author: ae
Date: Fri Jul 31 09:02:28 2015
New Revision: 286112
URL: https://svnweb.freebsd.org/changeset/base/286112
Log:
Remove unneded #include "opt_inet.h".
Modified:
head/sys/netinet/ip_ecn.h
Modified: head/sys/netinet/ip_ecn.h
==============================================================================
--- head/sys/netinet/ip_ecn.h Fri Jul 31 08:45:35 2015 (r286111)
+++ head/sys/netinet/ip_ecn.h Fri Jul 31 09:02:28 2015 (r286112)
@@ -38,10 +38,6 @@
#ifndef _NETINET_IP_ECN_H_
#define _NETINET_IP_ECN_H_
-#if defined(_KERNEL) && !defined(_LKM)
-#include "opt_inet.h"
-#endif
-
#define ECN_ALLOWED 1 /* ECN allowed */
#define ECN_FORBIDDEN 0 /* ECN forbidden */
#define ECN_NOCARE (-1) /* no consideration to ECN */
More information about the svn-src-all
mailing list