/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
*
* Intel386 Family: For setjmp/longjmp (kernel version).
*
- * HISTORY
- *
- * 20 April 1992 ? at NeXT
- * Created.
*/
#ifndef _BSD_I386_LABEL_T_H_
#define _BSD_I386_LABEL_T_H_
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
typedef struct label_t {
int val[14];
} label_t;
+#endif /* __APPLE_API_OBSOLETE */
#endif /* _BSD_I386_LABEL_T_H_ */