Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/isa Apply patch (requested by wiz):
details: https://anonhg.NetBSD.org/src/rev/936c9d1c1d22
branches: netbsd-1-5
changeset: 491805:936c9d1c1d22
user: he <he%NetBSD.org@localhost>
date: Sat May 26 16:22:14 2001 +0000
description:
Apply patch (requested by wiz):
Correct typo related to __HAVE_OLD_DISKLABEL changes.
diffstat:
sys/dev/isa/mcd.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 58ba50214c6c -r 936c9d1c1d22 sys/dev/isa/mcd.c
--- a/sys/dev/isa/mcd.c Sat May 26 16:17:59 2001 +0000
+++ b/sys/dev/isa/mcd.c Sat May 26 16:22:14 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mcd.c,v 1.66.4.1 2001/05/01 12:27:18 he Exp $ */
+/* $NetBSD: mcd.c,v 1.66.4.2 2001/05/26 16:22:14 he Exp $ */
/*
* Copyright (c) 1993, 1994, 1995 Charles M. Hannum. All rights reserved.
@@ -618,7 +618,7 @@
case DIOCGDINFO:
*(struct disklabel *)addr = *(sc->sc_dk.dk_label);
return 0;
-ifdef __HAVE_OLD_DISKLABEL
+#ifdef __HAVE_OLD_DISKLABEL
case ODIOCGDINFO:
newlabel = *(sc->sc_dk.dk_label);
if (newlabel.d_npartitions > OLDMAXPARTITIONS)
Home |
Main Index |
Thread Index |
Old Index