Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp300/stand/common Boot loader is now case sensitiv...
details: https://anonhg.NetBSD.org/src/rev/63bccfbc1545
branches: trunk
changeset: 534820:63bccfbc1545
user: gmcgarry <gmcgarry%NetBSD.org@localhost>
date: Sun Aug 04 00:44:58 2002 +0000
description:
Boot loader is now case sensitive. Fixes PR-17711.
diffstat:
sys/arch/hp300/stand/common/devopen.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r a074e5bf4ebb -r 63bccfbc1545 sys/arch/hp300/stand/common/devopen.c
--- a/sys/arch/hp300/stand/common/devopen.c Sun Aug 04 00:04:33 2002 +0000
+++ b/sys/arch/hp300/stand/common/devopen.c Sun Aug 04 00:44:58 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: devopen.c,v 1.3 2001/05/13 00:01:45 gmcgarry Exp $ */
+/* $NetBSD: devopen.c,v 1.4 2002/08/04 00:44:58 gmcgarry Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -152,10 +152,6 @@
int *argp, i;
char *s, *args[4];
- /* get device name and make lower case */
- for (s = (char *)fname; *s && *s != '/' && *s != ':' && *s != '('; s++)
- if (isupper(*s)) *s = tolower(*s);
-
/* first form */
if (*s == '(') {
/* lookup device and get index */
Home |
Main Index |
Thread Index |
Old Index