diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-23 21:05:42 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-23 21:05:42 +0000 |
| commit | d7e9a2ad8a2d82d8821217df23cf4126680f566b (patch) | |
| tree | f5e3d50102cf9a33b05b9f1b31e32b290c78d2b9 /lib/libdisk/libdisk.h | |
| parent | 943599b3481723a7e48b1728920fdf484f765f74 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/libdisk.h')
| -rw-r--r-- | lib/libdisk/libdisk.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index 52fa135d4557..a015828f6027 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -78,8 +78,6 @@ struct chunk { /* * flags: * - * BSD_COMPAT - This chunk is in the BSD-compatibility, and has - * a short name too, ie wd0s4f -> wd0f * ALIGN - This chunk should be aligned * IS_ROOT - This 'part' is a rootfs, allocate 'a' * ACTIVE - This is the active slice in the MBR @@ -91,7 +89,6 @@ struct chunk { * delete (along with AUTO_SIZE). */ -#define CHUNK_BSD_COMPAT 0x0002 #define CHUNK_ALIGN 0x0008 #define CHUNK_IS_ROOT 0x0010 #define CHUNK_ACTIVE 0x0020 |
