lkml.org 
[lkml]   [2002]   [Sep]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject2.5.33 OSS compile fix
From
Date
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>


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

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