Source-Changes-HG archive

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

[src/trunk]: src/sys/net fix the source too, not just the doc.



details:   https://anonhg.NetBSD.org/src/rev/5c751b21b185
branches:  trunk
changeset: 790400:5c751b21b185
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 05 23:22:34 2013 +0000

description:
fix the source too, not just the doc.

diffstat:

 sys/net/if.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c9c7fcc7544b -r 5c751b21b185 sys/net/if.h
--- a/sys/net/if.h      Sat Oct 05 23:16:54 2013 +0000
+++ b/sys/net/if.h      Sat Oct 05 23:22:34 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if.h,v 1.157 2013/10/05 23:16:54 christos Exp $        */
+/*     $NetBSD: if.h,v 1.158 2013/10/05 23:22:34 christos Exp $        */
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -598,7 +598,7 @@
                                                 */
 #define        ifr_buf         ifr_ifru.ifru_b.b_buf   /* new interface ioctls */
 #define        ifr_buflen      ifr_ifru.ifru_b.b_buflen
-#define        ifr_index       ifr_ifru.ifru_index     /* interface index */
+#define        ifr_index       ifr_ifru.ifru_value     /* interface index */
 };
 
 #ifdef _KERNEL



Home | Main Index | Thread Index | Old Index