Usermode/include - Added packed statement to t_sysFInfo
authorJohn Hodge <[email protected]>
Mon, 24 Oct 2011 01:18:21 +0000 (09:18 +0800)
committerJohn Hodge <[email protected]>
Mon, 24 Oct 2011 01:18:21 +0000 (09:18 +0800)
Usermode/include/sys/types.h

index fe17994..0cc50d1 100644 (file)
@@ -43,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;
 

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