X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=aros%2Faros_compat.h;h=76de2ac948f724daefc71df716b7a905d754b407;hb=1a6ec3ee76a2e33d6c86ad81d00922dabe426f50;hp=e882967a6ee2e2ad14ab4ef867aab44e2d56a268;hpb=00748f36c57324ccc2cb21ac9af45d15821cf675;p=deb_libnfs.git diff --git a/aros/aros_compat.h b/aros/aros_compat.h index e882967..76de2ac 100644 --- a/aros/aros_compat.h +++ b/aros/aros_compat.h @@ -8,6 +8,9 @@ #include #include #include +#include +#include +#include #define statvfs statfs #define ioctl IoctlSocket @@ -36,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 */