svn commit: r223930 - head/sys/geom

Andrey V. Elsukov ae at FreeBSD.org
Mon Jul 11 10:02:27 UTC 2011


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;


More information about the svn-src-head mailing list