diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2004-04-21 23:21:13 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2004-04-21 23:21:13 +0000 |
| commit | acc2f44a41cf520cb845155706c85afbf43c49a8 (patch) | |
| tree | 424d360a1d9752b9b11b6336dd2e237be1c2f8ca /lib/libdisk/libdisk.h | |
| parent | 7f89270bad8f5366edecefebd5a546069e47c001 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/libdisk.h')
| -rw-r--r-- | lib/libdisk/libdisk.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index 891007ae3f07..36866edc4d44 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -47,7 +47,9 @@ typedef enum { extended, part, spare, - unused + unused, + + apple } chunk_e; __BEGIN_DECLS |
