Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2002 23:13:11 +0000
From:      "J. Mallett" <jmallett@FreeBSD.ORG>
To:        "J. Mallett" <jmallett@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.bin/sed main.c
Message-ID:  <20020507231310.GB1584@FreeBSD.ORG>
In-Reply-To: <200205072306.g47N6of68561@freefall.freebsd.org>
References:  <200205072306.g47N6of68561@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 07, 2002 at 04:06:49PM -0700, J. Mallett wrote:
> jmallett    2002/05/07 16:06:49 PDT
> 
>   Modified files:
>     usr.bin/sed          main.c 
>   Log:
>   Un-shadow the `fname' variable.

Global fname was 'const char *' local was 'char **', when I
shadowed it, I also forgot to dereference it in one location,
an err(3) call.  I probably should have committed that as a
seperate change, but I didn't think about it as fixing that
function was mechanical.

Anyway..
-- 
jmallett@FreeBSD.org   | C, MIPS, POSIX, UNIX, BSD, IRC Geek.
http://www.FreeBSD.org | The Power to Serve
"I've never tried to give my life meaning by demeaning you."

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020507231310.GB1584>