summaryrefslogtreecommitdiffstats
path: root/sys/sys/disklabel.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-03-23 16:54:19 +0000
committerphk <phk@FreeBSD.org>2002-03-23 16:54:19 +0000
commit6da6c09336b61c7a21df6fc5987f39c811eb0bf8 (patch)
treebd7beb118d2c1429655390b451bdab3ec851ab01 /sys/sys/disklabel.h
parent96faa7809998deb941d465e675415b91777df26e (diff)
downloadFreeBSD-src-6da6c09336b61c7a21df6fc5987f39c811eb0bf8.zip
FreeBSD-src-6da6c09336b61c7a21df6fc5987f39c811eb0bf8.tar.gz
Revert last commit, it came too late to save alpha :-(
Diffstat (limited to 'sys/sys/disklabel.h')
-rw-r--r--sys/sys/disklabel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index 23054c1..af136d8 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -110,18 +110,14 @@ struct disklabel {
*/
union {
char un_d_packname[16]; /* pack identifier */
-#ifndef _KERNEL
struct {
char *un_d_boot0; /* primary bootstrap name */
char *un_d_boot1; /* secondary bootstrap name */
} un_b;
-#endif
} d_un;
#define d_packname d_un.un_d_packname
-#ifndef _KERNEL
#define d_boot0 d_un.un_b.un_d_boot0
#define d_boot1 d_un.un_b.un_d_boot1
-#endif
/* disk geometry: */
u_int32_t d_secsize; /* # of bytes per sector */
OpenPOWER on IntegriCloud