From: Martin Langer <martin-langer@gmx.de>
To: alsa-devel@alsa-project.org
Subject: [PATCH] undeclared TASK_(UN)INTERRUPTIBLE fixed
Date: Mon, 29 May 2006 15:37:23 +0200 [thread overview]
Message-ID: <20060529133723.GA4194@tuba> (raw)
[-- Attachment #1: Type: text/plain, Size: 222 bytes --]
This patch fixes a compilation problem of undeclared
TASK_INTERRUPTIBLE and TASK_UNINTERRUPTIBLE in acore/wrappers.c
Detected on an alpha machine w/ 2.4.27, gcc 3.3.5
Signed-off-by: Martin Langer <martin-langer@gmx.de>
[-- Attachment #2: compilationfix.patch --]
[-- Type: text/plain, Size: 360 bytes --]
--- wrappers.c~ 2005-11-17 12:14:24.000000000 +0100
+++ wrappers.c 2006-05-29 15:04:53.000000000 +0200
@@ -4,6 +4,7 @@
#include <linux/version.h>
#include <linux/config.h>
#include <linux/string.h>
+#include <linux/sched.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
#if defined(CONFIG_MODVERSIONS) && !defined(__GENKSYMS__) && !defined(__DEPEND__)
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
[-- Attachment #4: Type: text/plain, Size: 161 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel
next reply other threads:[~2006-05-29 13:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-29 13:37 Martin Langer [this message]
2006-05-29 13:34 ` [PATCH] undeclared TASK_(UN)INTERRUPTIBLE fixed Takashi Iwai
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=20060529133723.GA4194@tuba \
--to=martin-langer@gmx.de \
--cc=alsa-devel@alsa-project.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.