From owner-cvs-all Tue Mar 5 6:54: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from sunny.newgold.net (durham-ar1-174-172.durham.dsl.gtei.net [4.40.174.172]) by hub.freebsd.org (Postfix) with ESMTP id 9577637B400; Tue, 5 Mar 2002 06:54:01 -0800 (PST) Received: from sunny.newgold.net (freebsd@localhost [IPv6:::1]) by sunny.newgold.net (8.12.1/8.12.1) with ESMTP id g25EXNDF014885; Tue, 5 Mar 2002 14:34:17 GMT Received: (from freebsd@localhost) by sunny.newgold.net (8.12.1/8.12.1/Submit) id g25EXMPl011310; Tue, 5 Mar 2002 14:33:22 GMT Date: Tue, 5 Mar 2002 14:32:27 +0000 From: "J. Mallett" To: "J. Mallett" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uuencode uuencode.1 uuencode.c src/usr.bin/uudecode uudecode.c Message-ID: <20020305143227.A16105@FreeBSD.ORG> References: <200203050327.g253Rlr89277@freefall.freebsd.org> <20020305121835.B304@straylight.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020305121835.B304@straylight.oblivion.bg> User-Agent: Mutt/1.3.21i Organisation: FreeBSD 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 On Tue, Mar 05, 2002 at 12:18:36PM +0200, Peter Pentchev wrote: > On Mon, Mar 04, 2002 at 07:27:47PM -0800, J. Mallett wrote: > > jmallett 2002/03/04 19:27:47 PST > > > > Modified files: > > usr.bin/uuencode uuencode.1 uuencode.c > > usr.bin/uudecode uudecode.c > > Log: > > Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3. > > > > Add `-o' option to uuencode(1) to pipe the uuencoded output to an > > arbitrary file, instead of just stdout. > > > > Reviewed by: -standards, mike > > Approved by: mike > > This fails to compile here; how about the attached patch? > (stdout is a variable, not a known-at-compile-time array element anymore) Sorry, I should have spotted this, but I'm not building on as recent of a system as I'd like. Thanks mike@ for jumping on it. Apologies. /j. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message