Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750864AbWIANWw (ORCPT ); Fri, 1 Sep 2006 09:22:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751096AbWIANWw (ORCPT ); Fri, 1 Sep 2006 09:22:52 -0400 Received: from mailer.gwdg.de ([134.76.10.26]:62620 "EHLO mailer.gwdg.de") by vger.kernel.org with ESMTP id S1750864AbWIANWv (ORCPT ); Fri, 1 Sep 2006 09:22:51 -0400 Date: Fri, 1 Sep 2006 15:19:49 +0200 (MEST) From: Jan Engelhardt To: Richard Knutsson cc: akpm@osdl.org, sfrench@samba.org, linux-cifs-client@lists.samba.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2.6.18-rc4-mm3 1/2] fs/cifs: Converting into generic boolean In-Reply-To: <44F83356.20207@student.ltu.se> Message-ID: References: <44F83356.20207@student.ltu.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Report: Content analysis: 0.0 points, 6.0 required _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 677 Lines: 19 > --- 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/