X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=support%2Futime.c;h=7f4cbb6488d29dc344424dee2e41c8259df9f15d;hb=98442ff12ce5e713388bea9939aa66a134c3e037;hp=dd908c7aba9349beef3025a948ae0fd6ef352f4d;hpb=00e065484e866f3a0349c882f804c4a79a13ee5c;p=mono.git diff --git a/support/utime.c b/support/utime.c index dd908c7aba9..7f4cbb6488d 100644 --- a/support/utime.c +++ b/support/utime.c @@ -4,21 +4,17 @@ * Authors: * Jonathan Pryor (jonpryor@vt.edu) * - * Copyright (C) 2004 Jonathan Pryor + * Copyright (C) 2004-2006 Jonathan Pryor */ #include #include +#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)