Deleted Added
full compact
35c35
< * $FreeBSD: head/sys/geom/geom_disk.c 104451 2002-10-04 10:15:26Z phk $
---
> * $FreeBSD: head/sys/geom/geom_disk.c 104519 2002-10-05 16:35:33Z phk $
37a38,40
> #include "opt_geom.h"
> #ifndef NO_GEOM
>
266,274d268
< SYSCTL_INT(_debug_sizeof, OID_AUTO, disklabel, CTLFLAG_RD,
< 0, sizeof(struct disklabel), "sizeof(struct disklabel)");
<
< SYSCTL_INT(_debug_sizeof, OID_AUTO, diskslices, CTLFLAG_RD,
< 0, sizeof(struct diskslices), "sizeof(struct diskslices)");
<
< SYSCTL_INT(_debug_sizeof, OID_AUTO, disk, CTLFLAG_RD,
< 0, sizeof(struct disk), "sizeof(struct disk)");
<
311a306,307
>
> #endif