* [PATCH] fix signal.h compilation
@ 2003-06-03 7:37 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2003-06-03 7:37 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
signal.h uses spinlock_t now so it needs to include spinlock.h.
Without this compilation failes on PPC.
--- 1.12/include/linux/signal.h Mon Jun 2 14:45:36 2003
+++ edited/include/linux/signal.h Mon Jun 2 11:13:33 2003
@@ -1,9 +1,10 @@
#ifndef _LINUX_SIGNAL_H
#define _LINUX_SIGNAL_H
+#include <linux/list.h>
+#include <linux/spinlock.h>
#include <asm/signal.h>
#include <asm/siginfo.h>
-#include <linux/list.h>
#ifdef __KERNEL__
/*
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-06-03 7:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-03 7:37 [PATCH] fix signal.h compilation Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox