mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.5.33 OSS compile fix
@ 2002-09-01  6:51 Nicholas Miell
  0 siblings, 0 replies; only message in thread
From: Nicholas Miell @ 2002-09-01  6:51 UTC (permalink / raw)
  To: linux-kernel

include/linux/ptrace.h now needs task_struct from sched.h, which is
breaking things that include ptrace.h before sched.h.

As far as I can tell, OSS doesn't need ptrace.h anyway, so this patch
removes the #include altogether. Somebody else can deal with ptrace.h
itself.

--- linux-2.5-build/sound/oss/os.h.~1~	Sun Feb 10 18:50:17 2002
+++ linux-2.5-build/sound/oss/os.h	Sat Aug 31 23:33:07 2002
@@ -18,7 +18,6 @@
 #include <asm/dma.h>
 #include <asm/io.h>
 #include <asm/param.h>
-#include <linux/ptrace.h>
 #include <linux/sched.h>
 #include <linux/slab.h>
 #include <linux/ioport.h>




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-01  6:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-01  6:51 2.5.33 OSS compile fix Nicholas Miell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome