Usermode/AxWin3 - Cleaned up focus code a little, added IPC focus call
[tpg/acess2.git] / Usermode / include / sys / types.h
index 687457e..0cc50d1 100644 (file)
@@ -13,6 +13,7 @@ typedef struct stat   t_fstat;
 typedef unsigned long  pid_t;
 typedef unsigned long  tid_t;
 typedef signed long long int   time_t;
+typedef long long int  off_t;
 
 typedef unsigned int   uint;
 
@@ -42,7 +43,7 @@ struct s_sysFInfo {
        time_t  ctime;
         int    numacls;
        struct s_sysACL acls[];
-};
+} __attribute__((packed));
 typedef struct s_sysFInfo      t_sysFInfo;
 typedef struct s_sysACL        t_sysACL;
 
@@ -51,6 +52,6 @@ extern void   FD_CLR(int fd, fd_set *fdsetp);
 extern void    FD_SET(int fd, fd_set *fdsetp);
 extern int     FD_ISSET(int fd, fd_set *fdsetp);
 
-#include <sys/stat.h>
+#include "../sys/stat.h"
 
 #endif

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