Update of /cvsroot/alsa/alsa-driver/acore
In directory sc8-pr-cvs1:/tmp/cvs-serv4766

Modified Files:
        misc.c 
Log Message:
fixed compilation on older 2.2 kernels.



Index: misc.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/acore/misc.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- misc.c      11 Dec 2002 10:36:22 -0000      1.13
+++ misc.c      7 Jan 2003 13:39:48 -0000       1.14
@@ -537,7 +537,9 @@
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0)
        lock_kernel();
 #endif
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 2, 18)
        daemonize();
+#endif
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0) && LINUX_VERSION_CODE >= 
KERNEL_VERSION(2, 4, 0)
        reparent_to_init();
 #endif



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to