From owner-cvs-src  Sat Feb 15 17:14:10 2003
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id CDB4537B401; Sat, 15 Feb 2003 17:14:06 -0800 (PST)
Received: from 12-234-22-23.client.attbi.com (12-234-22-23.client.attbi.com [12.234.22.23])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7AFD943FAF; Sat, 15 Feb 2003 17:14:04 -0800 (PST)
	(envelope-from DougB@FreeBSD.org)
Received: from 12-234-22-23.client.attbi.com (5g61y9nroaa29xng@localhost [127.0.0.1])
	by 12-234-22-23.client.attbi.com (8.12.6/8.12.6) with ESMTP id h1G1E4dw063923;
	Sat, 15 Feb 2003 17:14:04 -0800 (PST)
	(envelope-from DougB@FreeBSD.org)
Received: from localhost (doug@localhost)
	by 12-234-22-23.client.attbi.com (8.12.6/8.12.6/Submit) with ESMTP id h1G1Dtv7063920;
	Sat, 15 Feb 2003 17:13:55 -0800 (PST)
Date: Sat, 15 Feb 2003 17:13:55 -0800 (PST)
From: Doug Barton <DougB@FreeBSD.org>
To: Sean Chittenden <seanc@FreeBSD.org>
Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org, Mark Murray <mark@grondar.za>
Subject: Re: cvs commit: src/games/random Makefile random.6 random.c       
  randomize_fd.c randomize_fd.h
In-Reply-To: <200302151034.h1FAYZJA046497@repoman.freebsd.org>
Message-ID: <20030215171231.H63308@12-234-22-23.pyvrag.nggov.pbz>
References: <200302151034.h1FAYZJA046497@repoman.freebsd.org>
Organization: http://www.FreeBSD.org/
X-message-flag: Outlook -- Not just for spreading viruses anymore!
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-src@FreeBSD.ORG
Precedence: bulk
List-ID: <cvs-src.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-src>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-src>
X-Loop: FreeBSD.ORG

I didn't see any commits fixing the style bugs that tjr mentioned. I'm
also not sure that 4 days is a sufficient waiting period... Usually a week
is minimal for this kind of change.

Also, didn't you just commit over the code freeze?

Doug

On Sat, 15 Feb 2003, Sean Chittenden wrote:

> seanc       2003/02/15 02:34:35 PST
>
>   Modified files:        (Branch: RELENG_4)
>     games/random         Makefile random.6 random.c
>   Added files:           (Branch: RELENG_4)
>     games/random         randomize_fd.c randomize_fd.h
>   Log:
>   MFC updated random(6) functionality.  (Err... meant markm in last commit)
>
>   Approved by:    markm
>
>   Revision      Changes    Path
>   1.1.1.1.14.2  +2 -0      src/games/random/Makefile
>   1.3.2.3       +61 -8     src/games/random/random.6
>   1.11.2.1      +61 -19    src/games/random/random.c
>   1.2.2.1       +237 -0    src/games/random/randomize_fd.c (new)
>   1.2.2.1       +45 -0     src/games/random/randomize_fd.h (new)
>
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/games/random/Makefile.diff?&r1=1.1.1.1.14.1&r2=1.1.1.1.14.2&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/games/random/random.6.diff?&r1=1.3.2.2&r2=1.3.2.3&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/games/random/random.c.diff?&r1=1.11.2.0&r2=1.11.2.1&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/games/random/randomize_fd.c
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/games/random/randomize_fd.h
>
>

-- 

    "The last time France wanted more evidence, it rolled right
        through Paris with a German flag." - David Letterman

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message