Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2014 15:30:05 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r268415 - stable/8/sys/geom
Message-ID:  <201407081530.s68FU5Dc032932@svn.freebsd.org>

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



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