X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..90556fb8d47e7b68fd301dde9dbb3ae7495cf323:/bsd/dev/disk_label.h diff --git a/bsd/dev/disk_label.h b/bsd/dev/disk_label.h index f177d1ffb..460b5bc9f 100644 --- a/bsd/dev/disk_label.h +++ b/bsd/dev/disk_label.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -23,16 +23,16 @@ * * File: bsd/dev/disk_label.h - NeXT disk label definition. * - * HISTORY - * 28-Mar-92 Doug Mitchell at NeXT - * Split out from . */ #ifndef _BSD_DEV_DISK_LABEL_ #define _BSD_DEV_DISK_LABEL_ +#include #include +#ifdef __APPLE_API_OBSOLETE + #define NLABELS 4 /* # of labels on a disk */ #define MAXLBLLEN 24 /* dl_label[] size */ #define NBAD 1670 /* sized to make label ~= 8KB */ @@ -103,5 +103,7 @@ typedef struct disk_label { #define dl_v3_checksum dl_un.DL_v3_checksum #define dl_bad dl_un.DL_bad +#endif /* __APPLE_API_OBSOLETE */ + #endif /* _BSD_DEV_DISK_LABEL_ */