svn commit: r253938 - head/sys/geom/part

Marcel Moolenaar marcel at FreeBSD.org
Sun Aug 4 21:00:23 UTC 2013


Author: marcel
Date: Sun Aug  4 21:00:22 2013
New Revision: 253938
URL: http://svnweb.freebsd.org/changeset/base/253938

Log:
  Remove inclusion of <sys/diskmbr.h>. We have no business knowing
  anything related to MBR in this file.

Modified:
  head/sys/geom/part/g_part.c
  head/sys/geom/part/g_part_apm.c

Modified: head/sys/geom/part/g_part.c
==============================================================================
--- head/sys/geom/part/g_part.c	Sun Aug  4 19:54:47 2013	(r253937)
+++ head/sys/geom/part/g_part.c	Sun Aug  4 21:00:22 2013	(r253938)
@@ -29,7 +29,6 @@ __FBSDID("$FreeBSD$");
 
 #include <sys/param.h>
 #include <sys/bio.h>
-#include <sys/diskmbr.h>
 #include <sys/endian.h>
 #include <sys/kernel.h>
 #include <sys/kobj.h>

Modified: head/sys/geom/part/g_part_apm.c
==============================================================================
--- head/sys/geom/part/g_part_apm.c	Sun Aug  4 19:54:47 2013	(r253937)
+++ head/sys/geom/part/g_part_apm.c	Sun Aug  4 21:00:22 2013	(r253938)
@@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/param.h>
 #include <sys/apm.h>
 #include <sys/bio.h>
-#include <sys/diskmbr.h>
 #include <sys/endian.h>
 #include <sys/kernel.h>
 #include <sys/kobj.h>


More information about the svn-src-head mailing list