summaryrefslogtreecommitdiff
path: root/pfinet/linux/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet/linux/types.h')
-rw-r--r--pfinet/linux/types.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/pfinet/linux/types.h b/pfinet/linux/types.h
deleted file mode 100644
index c978fb07..00000000
--- a/pfinet/linux/types.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _HACK_TYPES_H
-#define _HACK_TYPES_H
-
-#include <sys/types.h>
-typedef unsigned char __u8;
-typedef unsigned short __u16;
-typedef unsigned long __u32;
-
-/* Hackery */
-struct inode
-{
- uid_t i_uid;
-};
-
-
-#endif