]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/i386/label_t.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / i386 / label_t.h
index b33aa29ef31c4e631ebfaa41ba57e7f62b5a831b..f47065afff847162b596b1f7df1540c1ae5a27e9 100644 (file)
@@ -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@
  * 
  *
  * 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_ */