]> git.saurik.com Git - apple/libc.git/blobdiff - include/utime.h
Libc-391.5.22.tar.gz
[apple/libc.git] / include / utime.h
index c2121ca4741bc4ce3e074c12a98c5b2baa105b66..fb9b3f073ad4eeacaf6bae2852942872f0d02dc3 100644 (file)
@@ -3,8 +3,6 @@
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
- * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
 #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 */