2.2.0-pre4 compile fix

Felix von Leitner (leitner@amdiv.de)
Mon, 4 Jan 1999 13:45:18 +0100


There is no linux/include/asm-alpha/ipc.h.

Felix

diff -uNr linux/ipc/util.c linux.new/ipc/util.c
--- linux/ipc/util.c Mon Jan 4 13:44:44 1999
+++ linux.new/ipc/util.c Mon Jan 4 13:44:37 1999
@@ -13,7 +13,9 @@
#include <linux/shm.h>
#include <linux/init.h>
#include <linux/msg.h>
+#ifndef __alpha__
#include <asm/ipc.h>
+#endif
#include <asm/uaccess.h>

#if defined(CONFIG_SYSVIPC)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/