From owner-svn-src-all@FreeBSD.ORG Fri Jan 13 08:24:53 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C2D11065673; Fri, 13 Jan 2012 08:24:53 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 274508FC15; Fri, 13 Jan 2012 08:24:52 +0000 (UTC) Received: by obbta17 with SMTP id ta17so2857915obb.13 for ; Fri, 13 Jan 2012 00:24:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=MhwV+R7WPiwOEm2BQufYh5TzrBYbSgG5LQP26QmPZJw=; b=alVZVwn/M2BL/pjRj+K2cERS9Pkc/vN0njTehT+YjZgEpxrEUNEWpRBpc84lET5bpx 2QgcA8WOE3nC99xuv6r4GJ82bjeztZDyjVGWiXkSVBSIyhp6jvrN8lrphKlcikUx1R2+ OkAIRUiBBTi2dLqf9TimmBV/gDcU/4NHnYX1Q= MIME-Version: 1.0 Received: by 10.182.122.5 with SMTP id lo5mr34238obb.13.1326443092530; Fri, 13 Jan 2012 00:24:52 -0800 (PST) Sender: pluknet@gmail.com Received: by 10.182.171.67 with HTTP; Fri, 13 Jan 2012 00:24:52 -0800 (PST) In-Reply-To: <201201130651.q0D6pF0l046741@svn.freebsd.org> References: <201201130651.q0D6pF0l046741@svn.freebsd.org> Date: Fri, 13 Jan 2012 11:24:52 +0300 X-Google-Sender-Auth: LQhhVbGnHd5kNsVGkK6xdDvlG9Y Message-ID: From: Sergey Kandaurov To: Kevin Lo 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: r230044 - in head: usr.bin/mail usr.bin/tftp usr.bin/unzip usr.sbin/config usr.sbin/lpr/lpc usr.sbin/timed/timedc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2012 08:24:53 -0000 On 13 January 2012 10:51, Kevin Lo wrote: > Author: kevlo > Date: Fri Jan 13 06:51:15 2012 > New Revision: 230044 > URL: http://svn.freebsd.org/changeset/base/230044 > > Log: > =A0fgets(3) returns a pointer, so compare against NULL, not integer 0. > [...] > Modified: head/usr.sbin/config/mkmakefile.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/usr.sbin/config/mkmakefile.c =A0 Fri Jan 13 06:18:23 2012 =A0 = =A0 =A0 =A0(r230043) > +++ head/usr.sbin/config/mkmakefile.c =A0 Fri Jan 13 06:51:15 2012 =A0 = =A0 =A0 =A0(r230044) > @@ -1,5 +1,5 @@ > =A0/* > - * Copyright (c) 1993, 19801990 > + * Copyright (c) 1980, 1993 This should be rather "Copyright (c) 1980, 1990, 1993" It was "1980,1990" until 4.4BSD-Alpha (and i386bsd), then changed to "1993, 19801990" in 4.4BSD-Lite. --=20 wbr, pluknet