summaryrefslogtreecommitdiff
path: root/pfinet/linux
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-08-02 14:02:44 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-08-02 14:02:44 +0000
commit623bc0f57132b9b3f41451588254640779b4ada9 (patch)
treeb1daf2a4577fa4a8168de6ce6412cfcfec9885d6 /pfinet/linux
parent724503d124c3f0ae3b1475f0c48d54513a87b745 (diff)
Formerly types.h.~2~
Diffstat (limited to 'pfinet/linux')
-rw-r--r--pfinet/linux/types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pfinet/linux/types.h b/pfinet/linux/types.h
index a12c43b1..ebddbfd5 100644
--- a/pfinet/linux/types.h
+++ b/pfinet/linux/types.h
@@ -1 +1,9 @@
+#ifndef _HACK_TYPES_H
+#define _HACK_TYPES_H
+
#include <sys/types.h>
+typedef unsigned char __u8;
+typedef unsigned short __u16;
+typedef unsigned long __u32;
+
+#endif