lkml.org 
[lkml]   [2004]   [Jan]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    SubjectRe: 2.6.1-mm4
    Date
    Hi,

    the patch "PP4-bwqcam-RC1" includes a small typo which leads to the undefined
    symbol 'strcnmp'. The attaches patch corrects this typo.

    Best regards
    Thomas Schlichter
    --- linux-2.6.1-mm4/drivers/media/video/bw-qcam.c.orig 2004-01-16 16:42:27.178216712 +0100
    +++ linux-2.6.1-mm4/drivers/media/video/bw-qcam.c 2004-01-16 16:42:51.534513992 +0100
    @@ -963,7 +963,7 @@
    #ifdef MODULE
    int n;

    - if (parport[0] && strcnmp(parport[0], "auto", 4) != 0) {
    + if (parport[0] && strncmp(parport[0], "auto", 4) != 0) {
    /* user gave parport parameters */
    for(n=0; parport[n] && n<MAX_CAMS; n++){
    char *ep;[unhandled content-type:application/pgp-signature]
    \
     
     \ /
      Last update: 2005-03-22 14:00    [W:4.188 / U:0.604 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site