Re: svn commit: r223930 - head/sys/geom

2011-07-12 Thread Bruce Evans
On Mon, 11 Jul 2011, Andrey V. Elsukov wrote: 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 Thanks. It's not easy to recover from pollution. Modified: head/sys/geo

svn commit: r223930 - head/sys/geom

2011-07-11 Thread Andrey V. Elsukov
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 Modif