lkml.org 
[lkml]   [1999]   [Jan]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject2.2.0-pre4 compile fix
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/

\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.028 / U:0.320 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site