Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2017 20:42:17 +0000 (UTC)
From:      Tycho Nightingale <tychon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r316304 - head/lib/libprocstat
Message-ID:  <201703302042.v2UKgH0A062641@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tychon
Date: Thu Mar 30 20:42:16 2017
New Revision: 316304
URL: https://svnweb.freebsd.org/changeset/base/316304

Log:
  Reorder includes to placate MIPS build.
  
  Reported by:	markj
  Sponsored by:	Dell EMC Isilon

Modified:
  head/lib/libprocstat/libprocstat.c

Modified: head/lib/libprocstat/libprocstat.c
==============================================================================
--- head/lib/libprocstat/libprocstat.c	Thu Mar 30 20:18:34 2017	(r316303)
+++ head/lib/libprocstat/libprocstat.c	Thu Mar 30 20:42:16 2017	(r316304)
@@ -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?201703302042.v2UKgH0A062641>