]> git.saurik.com Git - apple/libc.git/blobdiff - include/utime.h
Libc-1439.100.3.tar.gz
[apple/libc.git] / include / utime.h
index cbed7f0f3cf115e2bc23885c43bcb030115c9861..106e494940b9ad03d9749cfab0fa09d6d2f9e322 100644 (file)
@@ -3,8 +3,6 @@
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  *
  * @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
  * 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
@@ -60,6 +58,9 @@
 #ifndef        _UTIME_H_
 #define        _UTIME_H_
 
 #ifndef        _UTIME_H_
 #define        _UTIME_H_
 
+#include <_types.h>
+#include <sys/_types/_time_t.h>
+
 struct utimbuf {
        time_t actime;          /* Access time */
        time_t modtime;         /* Modification time */
 struct utimbuf {
        time_t actime;          /* Access time */
        time_t modtime;         /* Modification time */
@@ -68,7 +69,7 @@ struct utimbuf {
 #include <sys/cdefs.h>
 
 __BEGIN_DECLS
 #include <sys/cdefs.h>
 
 __BEGIN_DECLS
-int utime __P((const char *, const struct utimbuf *));
+int utime(const char *, const struct utimbuf *);
 __END_DECLS
 
 #endif /* !_UTIME_H_ */
 __END_DECLS
 
 #endif /* !_UTIME_H_ */