Subject: Re: CVS commit: src/sys/arch/i386/stand/misc
To: Nathan J. Williams <nathanw@wasabisystems.com>
From: David Laight <david@l8s.co.uk>
List: source-changes
Date: 04/14/2003 18:34:02
On Mon, Apr 14, 2003 at 12:58:33PM -0400, Nathan J. Williams wrote:
> David Laight <dsl@netbsd.org> writes:
>
> > Log Message:
> > fix PR 21171
>
> Please explain what you changed. Citing the PR is not sufficient.
Ok will do in the future...
That change just stops isupper() being called with a -ve arg.
By changing the code to dev = (string[0] -'A') & 0xf
That code is a very simple dos (I think) program that has just
asked the use for a dos disk name...
I suspect the object is in the source tree as well as the source!
David
--
David Laight: david@l8s.co.uk