Date: Mon, 11 Jul 2011 10:10:08 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-geom@FreeBSD.org Subject: Re: kern/158398: commit references a PR Message-ID: <201107111010.p6BAA8Z0018109@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/158398; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/158398: commit references a PR Date: Mon, 11 Jul 2011 10:02:40 +0000 (UTC) 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 Modified: head/sys/geom/geom.h Modified: head/sys/geom/geom.h ============================================================================== --- head/sys/geom/geom.h Mon Jul 11 08:42:09 2011 (r223929) +++ head/sys/geom/geom.h Mon Jul 11 10:02:27 2011 (r223930) @@ -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-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107111010.p6BAA8Z0018109>
