All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] undeclared TASK_(UN)INTERRUPTIBLE fixed
  2006-05-29 13:37 [PATCH] undeclared TASK_(UN)INTERRUPTIBLE fixed Martin Langer
@ 2006-05-29 13:34 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2006-05-29 13:34 UTC (permalink / raw)
  To: Martin Langer; +Cc: alsa-devel

At Mon, 29 May 2006 15:37:23 +0200,
Martin Langer wrote:
> 
> 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>

Applied to HG repo.  Thanks.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] undeclared TASK_(UN)INTERRUPTIBLE fixed
@ 2006-05-29 13:37 Martin Langer
  2006-05-29 13:34 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Langer @ 2006-05-29 13:37 UTC (permalink / raw)
  To: alsa-devel

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-29 13:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-29 13:37 [PATCH] undeclared TASK_(UN)INTERRUPTIBLE fixed Martin Langer
2006-05-29 13:34 ` Takashi Iwai

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.