From: Nicholas Miell <nmiell@attbi.com>
To: linux-kernel@vger.kernel.org
Subject: 2.5.33 OSS compile fix
Date: 31 Aug 2002 23:51:00 -0700 [thread overview]
Message-ID: <1030863061.21053.18.camel@entropy> (raw)
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>
reply other threads:[~2002-09-01 6:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1030863061.21053.18.camel@entropy \
--to=nmiell@attbi.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.