X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=support%2Fdirent.c;h=ae13bf2ea529bd4a9dfbe053221d5c2712b5a75b;hb=444f1ae2c091de3ce8646fcd5be4479a46deb1d4;hp=6fb49902d0beef6f1284d781c9e68523fd3cbd33;hpb=c4aef31eeea309e6a795c84c098ac8e1a2490340;p=mono.git diff --git a/support/dirent.c b/support/dirent.c index 6fb49902d0b..ae13bf2ea52 100644 --- a/support/dirent.c +++ b/support/dirent.c @@ -13,18 +13,11 @@ #include #include +#include "map.h" #include "mph.h" G_BEGIN_DECLS -struct Mono_Posix_Syscall__Dirent { - /* ino_t */ mph_ino_t d_ino; - /* off_t */ mph_off_t d_off; - /* ushort */ unsigned short d_reclen; - /* byte */ unsigned char d_type; - /* string */ char *d_name; -}; - gint32 Mono_Posix_Syscall_seekdir (void *dir, mph_off_t offset) {