From owner-cvs-all Thu May 16 19:28:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8970437B400; Thu, 16 May 2002 19:28:47 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H2SlO91721; Thu, 16 May 2002 19:28:47 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205170228.g4H2SlO91721@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 16 May 2002 19:28:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tee tee.c X-FreeBSD-CVS-Branch: HEAD 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 jmallett 2002/05/16 19:28:47 PDT Modified files: usr.bin/tee tee.c Log: Remove spurious casts in malloc(3)'s argument. Use `return' instead of `exit' at the bottom of main(). Revision Changes Path 1.7 +3 -3 src/usr.bin/tee/tee.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message