diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-04 18:29:57 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-04 18:29:57 +0000 |
commit | 17ced453a05c08fcc2b1fe8259c4e4e010661598 (patch) | |
tree | 44cb8dd7aa8fb6faaf3ae8fb80f261052165b555 | |
parent | 0eb234f7dff04c929c3eeb2ae5799ccf62316941 (diff) |
entered into RCS
-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 |