svn commit: r274913 - head/lib/libprocstat

Gleb Smirnoff glebius at FreeBSD.org
Sun Nov 23 10:26:29 UTC 2014


Author: glebius
Date: Sun Nov 23 10:26:28 2014
New Revision: 274913
URL: https://svnweb.freebsd.org/changeset/base/274913

Log:
  Do not include buf.h.

Modified:
  head/lib/libprocstat/udf.c

Modified: head/lib/libprocstat/udf.c
==============================================================================
--- head/lib/libprocstat/udf.c	Sun Nov 23 08:37:08 2014	(r274912)
+++ head/lib/libprocstat/udf.c	Sun Nov 23 10:26:28 2014	(r274913)
@@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <sys/vnode.h>
-#include <sys/buf.h>
 #define _KERNEL
 #include <sys/mount.h>
 #undef _KERNEL


More information about the svn-src-head mailing list