Loading...
--- Libc/Libc-1725.40.4/include/utmp.h
+++ Libc/Libc-583/include/utmp.h
@@ -72,7 +72,11 @@
*/
#include <_types.h>
-#include <sys/_types/_time_t.h>
+
+#ifndef _TIME_T
+#define _TIME_T
+typedef __darwin_time_t time_t;
+#endif
/* These files no longer exist in 10.5 and later */
#define _PATH_UTMP "/var/run/utmp"