Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2011 10:02:27 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223930 - head/sys/geom
Message-ID:  <201107111002.p6BA2R7l085489@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Mon Jul 11 10:02:27 2011
New Revision: 223930
URL: http://svn.freebsd.org/changeset/base/223930

Log:
  Remove include of sys/sbuf.h from geom/geom.h.
  sbuf support is not always required for geom/geom.h users, and no need to
  depend from it.
  
  PR:		kern/158398

Modified:
  head/sys/geom/geom.h

Modified: head/sys/geom/geom.h
==============================================================================
--- head/sys/geom/geom.h	Mon Jul 11 08:42:09 2011	(r223929)
+++ head/sys/geom/geom.h	Mon Jul 11 10:02:27 2011	(r223930)
@@ -44,7 +44,6 @@
 #include <sys/queue.h>
 #include <sys/ioccom.h>
 #include <sys/conf.h>
-#include <sys/sbuf.h>
 #include <sys/module.h>
 
 struct g_class;



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