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

Brooks Davis brooks at FreeBSD.org
Tue Jul 8 19:15:32 UTC 2014


Author: brooks
Date: Tue Jul  8 19:15:32 2014
New Revision: 268422
URL: http://svnweb.freebsd.org/changeset/base/268422

Log:
  Revert r268415.
  
  I botched testing and a large set of changes needs to be applied for this to
  work.

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 18:51:03 2014	(r268421)
+++ stable/8/sys/geom/geom.h	Tue Jul  8 19:15:32 2014	(r268422)
@@ -44,6 +44,7 @@
 #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