Date: Sun, 15 Jan 2012 22:02:35 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r230168 - in stable/8/sys: kern security/mac Message-ID: <201201152202.q0FM2ZAt002302@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sys/param.h> +#include <sys/systm.h> #include <sys/ktr.h> #include <sys/lock.h> #include <sys/mutex.h> @@ -51,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include <sys/sleepqueue.h> #include <sys/sx.h> #include <sys/sysctl.h> -#include <sys/systm.h> #if defined(SMP) && !defined(NO_ADAPTIVE_SX) #include <machine/cpu.h> 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 <sys/param.h> +#include <sys/systm.h> #include <sys/filedesc.h> #include <sys/fnv_hash.h> #include <sys/kernel.h> @@ -52,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include <sys/syscallsubr.h> #include <sys/sysctl.h> #include <sys/sysproto.h> -#include <sys/systm.h> #include <sys/vnode.h> #ifdef KTRACE #include <sys/ktrace.h> 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 <sys/param.h> +#include <sys/systm.h> #include <sys/condvar.h> #include <sys/kernel.h> #include <sys/lock.h> @@ -81,7 +82,6 @@ __FBSDID("$FreeBSD$"); #include <sys/rmlock.h> #include <sys/sdt.h> #include <sys/sx.h> -#include <sys/systm.h> #include <sys/sysctl.h> #include <security/mac/mac_framework.h> 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 <sys/param.h> +#include <sys/systm.h> #include <sys/kernel.h> #include <sys/priv.h> #include <sys/sdt.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201152202.q0FM2ZAt002302>