Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2010 22:26:01 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r204068 - in head/sys: compat/linux netinet
Message-ID:  <201002182226.o1IMQ1Os096347@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Thu Feb 18 22:26:01 2010
New Revision: 204068
URL: http://svn.freebsd.org/changeset/base/204068

Log:
  No need to include security/mac/mac_framework.h here.

Modified:
  head/sys/compat/linux/linux_stats.c
  head/sys/netinet/ip_mroute.c
  head/sys/netinet/ip_options.c

Modified: head/sys/compat/linux/linux_stats.c
==============================================================================
--- head/sys/compat/linux/linux_stats.c	Thu Feb 18 22:23:30 2010	(r204067)
+++ head/sys/compat/linux/linux_stats.c	Thu Feb 18 22:26:01 2010	(r204068)
@@ -58,8 +58,6 @@ __FBSDID("$FreeBSD$");
 #include <compat/linux/linux_util.h>
 #include <compat/linux/linux_file.h>
 
-#include <security/mac/mac_framework.h>
-
 static void
 translate_vnhook_major_minor(struct vnode *vp, struct stat *sb)
 {

Modified: head/sys/netinet/ip_mroute.c
==============================================================================
--- head/sys/netinet/ip_mroute.c	Thu Feb 18 22:23:30 2010	(r204067)
+++ head/sys/netinet/ip_mroute.c	Thu Feb 18 22:26:01 2010	(r204068)
@@ -114,8 +114,6 @@ __FBSDID("$FreeBSD$");
 
 #include <machine/in_cksum.h>
 
-#include <security/mac/mac_framework.h>
-
 #ifndef KTR_IPMF
 #define KTR_IPMF KTR_INET
 #endif

Modified: head/sys/netinet/ip_options.c
==============================================================================
--- head/sys/netinet/ip_options.c	Thu Feb 18 22:23:30 2010	(r204067)
+++ head/sys/netinet/ip_options.c	Thu Feb 18 22:26:01 2010	(r204068)
@@ -65,8 +65,6 @@ __FBSDID("$FreeBSD$");
 
 #include <sys/socketvar.h>
 
-#include <security/mac/mac_framework.h>
-
 static int	ip_dosourceroute = 0;
 SYSCTL_INT(_net_inet_ip, IPCTL_SOURCEROUTE, sourceroute, CTLFLAG_RW,
     &ip_dosourceroute, 0, "Enable forwarding source routed IP packets");



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