Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev make this compile again.



details:   https://anonhg.NetBSD.org/src/rev/c652addc0675
branches:  trunk
changeset: 547051:c652addc0675
user:      atatat <atatat%NetBSD.org@localhost>
date:      Mon May 12 00:19:00 2003 +0000

description:
make this compile again.

diffstat:

 sys/dev/dksubr.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d6e4ff5636d7 -r c652addc0675 sys/dev/dksubr.c
--- a/sys/dev/dksubr.c  Sun May 11 22:15:34 2003 +0000
+++ b/sys/dev/dksubr.c  Mon May 12 00:19:00 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dksubr.c,v 1.6 2003/05/10 23:12:43 thorpej Exp $ */
+/* $NetBSD: dksubr.c,v 1.7 2003/05/12 00:19:00 atatat Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 1999, 2002 The NetBSD Foundation, Inc.
@@ -168,7 +168,6 @@
 void
 dk_strategy(struct dk_intf *di, struct dk_softc *dksc, struct buf *bp)
 {
-       struct  disklabel *lp = dksc->sc_dkdev.dk_label;
        int     s;
        int     wlabel;
 



Home | Main Index | Thread Index | Old Index