X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=aros%2Faros_compat.h;h=76de2ac948f724daefc71df716b7a905d754b407;hb=17d3cbb13656f98b4b88bdaf15baaf4ca1b5b4ac;hp=528fdf78dcaf5ccb6dddf3a086a7a47126637319;hpb=f69bd55482d0b53bd968ec24961e484b8c060f5c;p=deb_libnfs.git diff --git a/aros/aros_compat.h b/aros/aros_compat.h index 528fdf7..76de2ac 100644 --- a/aros/aros_compat.h +++ b/aros/aros_compat.h @@ -1,10 +1,16 @@ #ifndef AROS_COMPAT_H #define AROS_COMPAT_H +#include +#include +#include #include #include #include #include +#include +#include +#include #define statvfs statfs #define ioctl IoctlSocket @@ -33,6 +39,11 @@ void aros_init_socket(void); #define POLLHUP 0x0010 /* Hung up */ #define POLLNVAL 0x0020 /* Invalid request: fd not open */ +struct utimbuf { + int actime; + int modtime; +}; + struct pollfd { int fd; /* file descriptor */ short events; /* requested events */