diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-02 14:02:44 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-02 14:02:44 +0000 |
commit | 623bc0f57132b9b3f41451588254640779b4ada9 (patch) | |
tree | b1daf2a4577fa4a8168de6ce6412cfcfec9885d6 | |
parent | 724503d124c3f0ae3b1475f0c48d54513a87b745 (diff) |
Formerly types.h.~2~
-rw-r--r-- | pfinet/linux/types.h | 8 |
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 |