Loading...
include/utime.h Libc-1725.40.4 Libc-583
--- Libc/Libc-1725.40.4/include/utime.h
+++ Libc/Libc-583/include/utime.h
@@ -58,11 +58,12 @@
 #ifndef	_UTIME_H_
 #define	_UTIME_H_
 
-#include <_bounds.h>
 #include <_types.h>
-#include <sys/_types/_time_t.h>
 
-_LIBC_SINGLE_BY_DEFAULT()
+#ifndef _TIME_T
+#define _TIME_T
+typedef __darwin_time_t		time_t;
+#endif /* _TIME_T */
 
 struct utimbuf {
 	time_t actime;		/* Access time */