From owner-svn-src-head@FreeBSD.ORG Fri Feb 25 23:13:09 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE2A71065670; Fri, 25 Feb 2011 23:13:09 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id D4FD78FC08; Fri, 25 Feb 2011 23:13:08 +0000 (UTC) Received: by wyb32 with SMTP id 32so2505201wyb.13 for ; Fri, 25 Feb 2011 15:13:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=QQSVyMfMY/WeKpXoc8eX/f3B2IM1jAFYXmtH9qjtNWI=; b=gwtxxAQlsU1v5gvJDdKjRPiLITU8IzpsAMfqqVCx9cDtQcBJYpdvKGY9BYMnzjjOYM MPZuwqTluDshASa5OWhs2ecYNSu8lmsNeXfpTPON5jm/O9XvcSo08SuqyoU3FegpMSIm lp6ABXSRiMhQKaP96NkvYSBh3vLJw4acCmMv0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=gM1QBKhmp34pc9VaJ2l08ScjJH2FHKiZxERL+jCWs0FZuWlMI0NI/Mi4GYof8KgWBF XR28XQtc63R6/tJwKypp8hj+wndung5+lhGCDJWCiuIiMJNVFZz/7q2G9IC4gTOPtUbw SBHfQhKE36YsdVvy8R2fP7dMVY6deh3x8Lu1U= MIME-Version: 1.0 Received: by 10.216.50.193 with SMTP id z43mr2588285web.49.1298675587962; Fri, 25 Feb 2011 15:13:07 -0800 (PST) Received: by 10.216.15.74 with HTTP; Fri, 25 Feb 2011 15:13:07 -0800 (PST) In-Reply-To: <201102252305.p1PN5Zf4016960@svn.freebsd.org> References: <201102252305.p1PN5Zf4016960@svn.freebsd.org> Date: Fri, 25 Feb 2011 15:13:07 -0800 Message-ID: From: Garrett Cooper To: Ed Schouten Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r219045 - head/lib/libc/gen X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2011 23:13:09 -0000 On Fri, Feb 25, 2011 at 3:05 PM, Ed Schouten wrote: > Author: ed > Date: Fri Feb 25 23:05:35 2011 > New Revision: 219045 > URL: http://svn.freebsd.org/changeset/base/219045 > > Log: > =A0Fix style(9) issues in pututxline(3). > > =A0Also, make sure to initialize the `ret' variable properly. I guess it's my first pointy hat by proxy :/... -Garrett