Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / support / utime.c
index dd908c7aba9349beef3025a948ae0fd6ef352f4d..7f4cbb6488d29dc344424dee2e41c8259df9f15d 100644 (file)
@@ -4,21 +4,17 @@
  * Authors:
  *   Jonathan Pryor (jonpryor@vt.edu)
  *
- * Copyright (C) 2004 Jonathan Pryor
+ * Copyright (C) 2004-2006 Jonathan Pryor
  */
 
 #include <sys/types.h>
 #include <utime.h>
 
+#include "map.h"
 #include "mph.h"
 
 G_BEGIN_DECLS
 
-struct Mono_Posix_Utimbuf {
-       /* time_t */ mph_time_t actime;   /* access time */
-       /* time_t */ mph_time_t modtime;  /* modification time */
-};
-
 gint32
 Mono_Posix_Syscall_utime (const char *filename, struct Mono_Posix_Utimbuf *buf, 
                int use_buf)