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;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to