kern/158398: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Jul 11 10:10:08 UTC 2011


The following reply was made to PR kern/158398; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-geom mailing list