Loading...
include/utime.h Libc-391 Libc-320.1.3
--- Libc/Libc-391/include/utime.h
+++ Libc/Libc-320.1.3/include/utime.h
@@ -58,13 +58,6 @@
 #ifndef	_UTIME_H_
 #define	_UTIME_H_
 
-#include <_types.h>
-
-#ifndef _TIME_T
-#define _TIME_T
-typedef __darwin_time_t		time_t;
-#endif /* _TIME_T */
-
 struct utimbuf {
 	time_t actime;		/* Access time */
 	time_t modtime;		/* Modification time */