Date: Fri, 27 Oct 2017 15:33:26 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r325041 - stable/11/lib/libprocstat Message-ID: <201710271533.v9RFXQ4M023391@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Fri Oct 27 15:33:26 2017 New Revision: 325041 URL: https://svnweb.freebsd.org/changeset/base/325041 Log: MFC r316304 (by tychon): Reorder includes to placate MIPS build. Reported and tested by: David Wolfskill Modified: stable/11/lib/libprocstat/libprocstat.c Directory Properties: stable/11/ (props changed) Modified: stable/11/lib/libprocstat/libprocstat.c ============================================================================== --- stable/11/lib/libprocstat/libprocstat.c Fri Oct 27 14:57:38 2017 (r325040) +++ stable/11/lib/libprocstat/libprocstat.c Fri Oct 27 15:33:26 2017 (r325041) @@ -63,10 +63,10 @@ __FBSDID("$FreeBSD$"); #include <sys/ksem.h> #include <sys/mman.h> #include <sys/capsicum.h> +#include <sys/ptrace.h> #define _KERNEL #include <sys/mount.h> #include <sys/pipe.h> -#include <sys/ptrace.h> #include <ufs/ufs/quota.h> #include <ufs/ufs/inode.h> #include <fs/devfs/devfs.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710271533.v9RFXQ4M023391>