From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [patch tabled 1/1] use true/false for bool Date: Fri, 29 Oct 2010 01:51:38 -0400 Message-ID: <4CCA60EA.7000202@garzik.org> References: <20101028213808.79790d78@lembas.zaitcev.lan> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=w4PFMdeULoUP7vbcmq9aDS5928uhyib0K/j0uEP5JCQ=; b=iDzz5Pd9JKZ8oNuFMzrAP+erpeRPOi/QRp7ZvfVNBDzdECVBf6htB1ROzTAyVet81G JaQEZfSFELqUVNI8sN7wi1F6EOJ+ETL5kSfgOyop+GPFj+Tp2NXxJV9BGGkrbE2sGt06 NiZub9+/F4J7YuYKPg+53EMJrS7Uj+4COU4I0= In-Reply-To: <20101028213808.79790d78@lembas.zaitcev.lan> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List On 10/28/2010 11:38 PM, Pete Zaitcev wrote: > In places, I automatically typed 0 and 1 for false and true, although > the type is bool, so clean it up. > > Signed-off-by: Pete Zaitcev > > --- > server/storage.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) applied