lkml.org 
[lkml]   [2006]   [Sep]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 2.6.18-rc4-mm3 1/2] fs/cifs: Converting into generic boolean
    > --- a/fs/cifs/asn1.c	2006-09-01 01:24:45.000000000 +0200
    > +++ b/fs/cifs/asn1.c 2006-09-01 02:43:09.000000000 +0200
    > @@ -457,7 +457,7 @@ decode_negTokenInit(unsigned char *secur
    > unsigned char *sequence_end;
    > unsigned long *oid = NULL;
    > unsigned int cls, con, tag, oidlen, rc;
    > - int use_ntlmssp = FALSE;
    > + int use_ntlmssp = false;

    Should not this become 'bool use_ntlmssp'? Possibly in a later patch?


    Jan Engelhardt
    --
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-09-01 15:25    [W:4.748 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site