Revert last commit, it came too late to save alpha :-(

This commit is contained in:
Poul-Henning Kamp 2002-03-23 16:54:19 +00:00
parent 50abd3e193
commit 8dc8db2787
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93026
3 changed files with 0 additions and 12 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */