Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii Fix a braino in some currently-disabled code.



details:   https://anonhg.NetBSD.org/src/rev/e6a07c3daacd
branches:  trunk
changeset: 477690:e6a07c3daacd
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Oct 27 19:05:44 1999 +0000

description:
Fix a braino in some currently-disabled code.

diffstat:

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

diffs (19 lines):

diff -r 76769955e4b8 -r e6a07c3daacd sys/dev/mii/mii.c
--- a/sys/dev/mii/mii.c Wed Oct 27 17:59:24 1999 +0000
+++ b/sys/dev/mii/mii.c Wed Oct 27 19:05:44 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mii.c,v 1.13 1999/09/25 00:10:13 thorpej Exp $ */
+/*     $NetBSD: mii.c,v 1.14 1999/10/27 19:05:44 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -87,8 +87,8 @@
                                 * Yes, there is already something
                                 * configured at this address.
                                 */
+                               offset++;
                                continue;
-                               offset++;
                        }
                }
 #endif



Home | Main Index | Thread Index | Old Index