From owner-cvs-all Fri May 17 0: 2:30 2002 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 3EC6837B405; Fri, 17 May 2002 00:02:21 -0700 (PDT) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g4H3B7U70155; Thu, 16 May 2002 23:11:07 -0400 (EDT) (envelope-from mike) Date: Thu, 16 May 2002 23:11:07 -0400 From: Mike Barcroft To: "J. Mallett" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tee tee.c Message-ID: <20020516231106.G66219@espresso.q9media.com> References: <200205170228.g4H2SlO91721@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205170228.g4H2SlO91721@freefall.freebsd.org>; from jmallett@FreeBSD.org on Thu, May 16, 2002 at 07:28:47PM -0700 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG J. Mallett writes: > jmallett 2002/05/16 19:28:47 PDT > > Modified files: > usr.bin/tee tee.c > Log: > Remove spurious casts in malloc(3)'s argument. Okay. > Use `return' instead of `exit' at the bottom of main(). This part is wrong. The usual style for BSD software is to identify exit points with explicit exit() calls. > Revision Changes Path > 1.7 +3 -3 src/usr.bin/tee/tee.c Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message