diff options
Diffstat (limited to 'pfinet/linux')
-rw-r--r-- | pfinet/linux/types.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pfinet/linux/types.h b/pfinet/linux/types.h index ebddbfd5..c978fb07 100644 --- a/pfinet/linux/types.h +++ b/pfinet/linux/types.h @@ -6,4 +6,11 @@ typedef unsigned char __u8; typedef unsigned short __u16; typedef unsigned long __u32; +/* Hackery */ +struct inode +{ + uid_t i_uid; +}; + + #endif |