Update of /cvsroot/alsa/alsa-kernel/core/ioctl32
In directory usw-pr-cvs1:/tmp/cvs-serv32722

Modified Files:
        ioctl32.h 
Log Message:
Added missing backslashes

Index: ioctl32.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/ioctl32/ioctl32.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ioctl32.h   12 Oct 2002 14:18:09 -0000      1.9
+++ ioctl32.h   14 Oct 2002 22:28:27 -0000      1.10
@@ -91,11 +91,11 @@
        if (data32 == NULL || data == NULL) { \
                err = -ENOMEM; \
                goto __end; \
-       }
+       }\
        if (copy_from_user(data32, (void*)arg, sizeof(*data32))) { \
                err = -EFAULT; \
                goto __end; \
-       }
+       }\
        memset(data, 0, sizeof(*data));\
        convert_from_32(type, data, data32);\
        oldseg = get_fs();\



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to