Usermode/ld-acess - Fix constness in FD_ISSET
[tpg/acess2.git] / Usermode / Libraries / ld-acess.so_src / include_exp / acess / syscall_types.h
index 2da7333..c1f25c6 100644 (file)
@@ -5,10 +5,11 @@
  * acess/syscall_types.h
  * - Structures used for syscalls
  */
-
 #ifndef _ACESS__SYSCALL_TYPES_H_
 #define _ACESS__SYSCALL_TYPES_H_
 
+#include "fd_set.h"
+
 struct s_sysACL {
        unsigned long   object; /*!< Group or user (bit 31 determines) */
        unsigned long   perms;  /*!< Inverted by bit 31 */
@@ -20,9 +21,9 @@ struct s_sysFInfo {
        unsigned int    gid;
        unsigned int    flags;
        unsigned long long      size;
-       time_t  atime;
-       time_t  mtime;
-       time_t  ctime;
+       int64_t atime;
+       int64_t mtime;
+       int64_t ctime;
         int    numacls;
        struct s_sysACL acls[];
 } __attribute__((packed));

UCC git Repository :: git.ucc.asn.au