svn commit: r311671 - head/lib/libprocstat

Conrad E. Meyer cem at FreeBSD.org
Sun Jan 8 08:36:38 UTC 2017


Author: cem
Date: Sun Jan  8 08:36:37 2017
New Revision: 311671
URL: https://svnweb.freebsd.org/changeset/base/311671

Log:
  libprocstat: Include cd9660 headers in the same order as the kernel
  
  Fix userspace build after r311665.

Modified:
  head/lib/libprocstat/cd9660.c

Modified: head/lib/libprocstat/cd9660.c
==============================================================================
--- head/lib/libprocstat/cd9660.c	Sun Jan  8 07:25:22 2017	(r311670)
+++ head/lib/libprocstat/cd9660.c	Sun Jan  8 08:36:37 2017	(r311671)
@@ -53,10 +53,10 @@ __FBSDID("$FreeBSD$");
 
 #include <err.h>
 
-#include <isofs/cd9660/cd9660_node.h>
 #define _KERNEL
 #include <isofs/cd9660/iso.h>
 #undef _KERNEL
+#include <isofs/cd9660/cd9660_node.h>
 
 #include <kvm.h>
 #include <stdio.h>


More information about the svn-src-all mailing list