From owner-svn-src-stable@FreeBSD.ORG Sun Jan 15 21:58:52 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA4B6106564A; Sun, 15 Jan 2012 21:58:51 +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 C93DE8FC13; Sun, 15 Jan 2012 21:58:51 +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 q0FLwp57002118; Sun, 15 Jan 2012 21:58:51 GMT (envelope-from avg@svn.freebsd.org) Received: (from avg@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q0FLwpII002112; Sun, 15 Jan 2012 21:58:51 GMT (envelope-from avg@svn.freebsd.org) Message-Id: <201201152158.q0FLwpII002112@svn.freebsd.org> From: Andriy Gapon Date: Sun, 15 Jan 2012 21:58:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r230167 - in stable/9/sys: kern security/mac X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2012 21:58:52 -0000 Author: avg Date: Sun Jan 15 21:58:51 2012 New Revision: 230167 URL: http://svn.freebsd.org/changeset/base/230167 Log: MFC r228430,228433: put sys/systm.h at its proper place or add it if missing Modified: stable/9/sys/kern/kern_racct.c stable/9/sys/kern/kern_sx.c stable/9/sys/kern/vfs_cache.c stable/9/sys/security/mac/mac_framework.c stable/9/sys/security/mac/mac_priv.c Directory Properties: stable/9/sys/ (props changed) stable/9/sys/amd64/include/xen/ (props changed) stable/9/sys/boot/ (props changed) stable/9/sys/boot/i386/efi/ (props changed) stable/9/sys/boot/ia64/efi/ (props changed) stable/9/sys/boot/ia64/ski/ (props changed) stable/9/sys/boot/powerpc/boot1.chrp/ (props changed) stable/9/sys/boot/powerpc/ofw/ (props changed) stable/9/sys/cddl/contrib/opensolaris/ (props changed) stable/9/sys/conf/ (props changed) stable/9/sys/contrib/dev/acpica/ (props changed) stable/9/sys/contrib/octeon-sdk/ (props changed) stable/9/sys/contrib/pf/ (props changed) stable/9/sys/contrib/x86emu/ (props changed) Modified: stable/9/sys/kern/kern_racct.c ============================================================================== --- stable/9/sys/kern/kern_racct.c Sun Jan 15 21:52:45 2012 (r230166) +++ stable/9/sys/kern/kern_racct.c Sun Jan 15 21:58:51 2012 (r230167) @@ -35,8 +35,8 @@ __FBSDID("$FreeBSD$"); #include "opt_kdtrace.h" #include +#include #include -#include #include #include #include @@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #ifdef RCTL Modified: stable/9/sys/kern/kern_sx.c ============================================================================== --- stable/9/sys/kern/kern_sx.c Sun Jan 15 21:52:45 2012 (r230166) +++ stable/9/sys/kern/kern_sx.c Sun Jan 15 21:58:51 2012 (r230167) @@ -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/9/sys/kern/vfs_cache.c ============================================================================== --- stable/9/sys/kern/vfs_cache.c Sun Jan 15 21:52:45 2012 (r230166) +++ stable/9/sys/kern/vfs_cache.c Sun Jan 15 21:58:51 2012 (r230167) @@ -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/9/sys/security/mac/mac_framework.c ============================================================================== --- stable/9/sys/security/mac/mac_framework.c Sun Jan 15 21:52:45 2012 (r230166) +++ stable/9/sys/security/mac/mac_framework.c Sun Jan 15 21:58:51 2012 (r230167) @@ -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/9/sys/security/mac/mac_priv.c ============================================================================== --- stable/9/sys/security/mac/mac_priv.c Sun Jan 15 21:52:45 2012 (r230166) +++ stable/9/sys/security/mac/mac_priv.c Sun Jan 15 21:58:51 2012 (r230167) @@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$"); #include "opt_mac.h" #include +#include #include #include #include