X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=support%2Futime.c;h=7f4cbb6488d29dc344424dee2e41c8259df9f15d;hb=52e98abd6e5c6d10ddea91a529f7b1b2336e0696;hp=dd908c7aba9349beef3025a948ae0fd6ef352f4d;hpb=0443306d611d0830e27327e1f0a3ef3457dfa535;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)