From owner-cvs-all Thu May 16 14:59:12 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 1763337B411; Thu, 16 May 2002 14:58:58 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GLwwo47040; Thu, 16 May 2002 14:58:58 -0700 (PDT) (envelope-from peter) Message-Id: <200205162158.g4GLwwo47040@freefall.freebsd.org> From: Peter Wemm Date: Thu, 16 May 2002 14:58:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/truss main.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 peter 2002/05/16 14:58:57 PDT Modified files: usr.bin/truss main.c Log: OOPS! rev 1.16 accidently changed the default outfile from stderr to stdout. Unfortunately, DES mfc'ed this change in 1.15.2.1 (this part probably should not have been) so it is broken there too. truss is documented to use stderr, and other implementations use stderr. Submitted by: Arne Dag Fidjestøl Revision Changes Path 1.21 +1 -1 src/usr.bin/truss/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message