summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@parisc-linux.org>2006-01-22 21:14:36 +0000
committerHelge Deller <deller@parisc-linux.org>2006-01-22 21:14:36 +0000
commit176b4656d5b7230071b07adf85bc3cff733b5eaf (patch)
tree47a6f0b78b68c1795ac60d206f4bc815a38812a1
parentce49662a09c538930e5a5e8d29facfb543c537ea (diff)
downloadpalo-176b4656d5b7230071b07adf85bc3cff733b5eaf.tar.gz
fix build on SUSE 10
-rw-r--r--lib/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common.h b/lib/common.h
index 795d0d7..ff2eb48 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -7,6 +7,9 @@
*
* Copyright (C) Hewlett-Packard (Paul Bame) paul_bame@hp.com
*/
+
+#define __KERNEL_STRICT_NAMES /* fixes build on SUSE 10 (kernel 2.6.1[2|3]) */
+
#include <stdarg.h>
#include <byteswap.h>
#include <asm/byteorder.h>