From 17ced453a05c08fcc2b1fe8259c4e4e010661598 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 4 Aug 1995 18:29:57 +0000 Subject: entered into RCS --- pfinet/linux/types.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pfinet') 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 -- cgit v1.2.3