svn commit: r268415 - stable/8/sys/geom

Brooks Davis brooks at FreeBSD.org
Tue Jul 8 15:30:05 UTC 2014


Author: brooks
Date: Tue Jul  8 15:30:05 2014
New Revision: 268415
URL: http://svnweb.freebsd.org/changeset/base/268415

Log:
  MFC r223930:
  
  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:		158398

Modified:
  stable/8/sys/geom/geom.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/geom/   (props changed)

Modified: stable/8/sys/geom/geom.h
==============================================================================
--- stable/8/sys/geom/geom.h	Tue Jul  8 15:14:39 2014	(r268414)
+++ stable/8/sys/geom/geom.h	Tue Jul  8 15:30:05 2014	(r268415)
@@ -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-stable-8 mailing list