From owner-svn-src-stable-8@FreeBSD.ORG Sun Jan 15 22:02:36 2012 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 493B9106566C; Sun, 15 Jan 2012 22:02:36 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2857A8FC17; Sun, 15 Jan 2012 22:02:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q0FM2aOZ002307; Sun, 15 Jan 2012 22:02:36 GMT (envelope-from avg@svn.freebsd.org) Received: (from avg@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q0FM2ZAt002302; Sun, 15 Jan 2012 22:02:36 GMT (envelope-from avg@svn.freebsd.org) Message-Id: <201201152202.q0FM2ZAt002302@svn.freebsd.org> From: Andriy Gapon Date: Sun, 15 Jan 2012 22:02:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r230168 - in stable/8/sys: kern security/mac X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2012 22:02:36 -0000 Author: avg Date: Sun Jan 15 22:02:35 2012 New Revision: 230168 URL: http://svn.freebsd.org/changeset/base/230168 Log: MFC r228433: put sys/systm.h at its proper place or add it if missing Modified: stable/8/sys/kern/kern_sx.c stable/8/sys/kern/vfs_cache.c stable/8/sys/security/mac/mac_framework.c stable/8/sys/security/mac/mac_priv.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) Modified: stable/8/sys/kern/kern_sx.c ============================================================================== --- stable/8/sys/kern/kern_sx.c Sun Jan 15 21:58:51 2012 (r230167) +++ stable/8/sys/kern/kern_sx.c Sun Jan 15 22:02:35 2012 (r230168) @@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$"); #include +#include #include #include #include @@ -51,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #if defined(SMP) && !defined(NO_ADAPTIVE_SX) #include Modified: stable/8/sys/kern/vfs_cache.c ============================================================================== --- stable/8/sys/kern/vfs_cache.c Sun Jan 15 21:58:51 2012 (r230167) +++ stable/8/sys/kern/vfs_cache.c Sun Jan 15 22:02:35 2012 (r230168) @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include "opt_ktrace.h" #include +#include #include #include #include @@ -52,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #ifdef KTRACE #include Modified: stable/8/sys/security/mac/mac_framework.c ============================================================================== --- stable/8/sys/security/mac/mac_framework.c Sun Jan 15 21:58:51 2012 (r230167) +++ stable/8/sys/security/mac/mac_framework.c Sun Jan 15 22:02:35 2012 (r230168) @@ -73,6 +73,7 @@ __FBSDID("$FreeBSD$"); #include +#include #include #include #include @@ -81,7 +82,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include Modified: stable/8/sys/security/mac/mac_priv.c ============================================================================== --- stable/8/sys/security/mac/mac_priv.c Sun Jan 15 21:58:51 2012 (r230167) +++ stable/8/sys/security/mac/mac_priv.c Sun Jan 15 22:02:35 2012 (r230168) @@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$"); #include "opt_mac.h" #include +#include #include #include #include