svn commit: r204072 - head/sys/netinet6

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Feb 18 22:30:38 UTC 2010


Author: pjd
Date: Thu Feb 18 22:30:37 2010
New Revision: 204072
URL: http://svn.freebsd.org/changeset/base/204072

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

Modified:
  head/sys/netinet6/in6_pcb.c

Modified: head/sys/netinet6/in6_pcb.c
==============================================================================
--- head/sys/netinet6/in6_pcb.c	Thu Feb 18 22:29:35 2010	(r204071)
+++ head/sys/netinet6/in6_pcb.c	Thu Feb 18 22:30:37 2010	(r204072)
@@ -101,8 +101,6 @@ __FBSDID("$FreeBSD$");
 #include <netinet6/in6_pcb.h>
 #include <netinet6/scope6_var.h>
 
-#include <security/mac/mac_framework.h>
-
 struct	in6_addr zeroin6_addr;
 
 int


More information about the svn-src-all mailing list