X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d52fe63fc81f7e44faaae711812a211a78434976..9bccf70c0258c7cac2dcb80011b2a964d884c552:/bsd/sys/timeb.h diff --git a/bsd/sys/timeb.h b/bsd/sys/timeb.h index 4dd452ddf..9277d37d7 100644 --- a/bsd/sys/timeb.h +++ b/bsd/sys/timeb.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@ * @@ -63,6 +63,10 @@ #ifndef _SYS_TIMEB_H_ #define _SYS_TIMEB_H_ +#include + +#ifdef __APPLE_API_OBSOLETE + /* The ftime(2) system call structure -- deprecated. */ struct timeb { time_t time; /* seconds since the Epoch */ @@ -71,4 +75,6 @@ struct timeb { short dstflag; /* DST == non-zero */ }; +#endif /* __APPLE_API_OBSOLETE */ + #endif /* !_SYS_TIMEB_H_ */