Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2014 10:26:28 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274913 - head/lib/libprocstat
Message-ID:  <201411231026.sANAQSKH079296@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411231026.sANAQSKH079296>