Date: Fri, 31 Jul 2015 09:02:29 +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: r286112 - head/sys/netinet Message-ID: <201507310902.t6V92TI4023326@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507310902.t6V92TI4023326>