summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle McMartin <kyle@parisc-linux.org>2005-12-28 19:48:53 +0000
committerKyle McMartin <kyle@parisc-linux.org>2005-12-28 19:48:53 +0000
commit7159c5721a0465f5b3c8a1a67964446cd2f47781 (patch)
treea18ff0d4335abb7504e869c95af0992ea97c29d3
parentd8b8474c11c298523dafbbb8acd99ffeb3454108 (diff)
downloadpalo-7159c5721a0465f5b3c8a1a67964446cd2f47781.tar.gz
Revert LaMont's change, use change from Andreas.
-rw-r--r--palo/palo.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/palo/palo.h b/palo/palo.h
index ad83d7c..c88d037 100644
--- a/palo/palo.h
+++ b/palo/palo.h
@@ -6,17 +6,6 @@
* Copyright (C) Hewlett-Packard (Paul Bame) paul_bame@hp.com
*/
#include <sys/types.h>
-
-/* Hack around debian's linux-kernel-headers. */
-#include <asm/types.h>
-typedef __u64 __le64;
-typedef __u64 __be64;
-typedef __u32 __le32;
-typedef __u32 __be32;
-typedef __u16 __le16;
-typedef __u16 __be16;
-
-#define _LINUX_TYPES_H
#include "common.h"
extern void error(int number, ...);