Source-Changes-HG archive

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

[src/trunk]: src/sys/net fix comment on ifi_lastchange, for 1.4 if_data



details:   https://anonhg.NetBSD.org/src/rev/c172c1d795c4
branches:  trunk
changeset: 511193:c172c1d795c4
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Jun 14 06:37:34 2001 +0000

description:
fix comment on ifi_lastchange, for 1.4 if_data

diffstat:

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

diffs (18 lines):

diff -r fdbf0a5bcc4b -r c172c1d795c4 sys/net/if.h
--- a/sys/net/if.h      Thu Jun 14 05:58:19 2001 +0000
+++ b/sys/net/if.h      Thu Jun 14 06:37:34 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if.h,v 1.72 2001/06/14 05:50:02 itojun Exp $   */
+/*     $NetBSD: if.h,v 1.73 2001/06/14 06:37:34 itojun Exp $   */
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -215,7 +215,7 @@
        u_long  ifi_omcasts;            /* packets sent via multicast */
        u_long  ifi_iqdrops;            /* dropped on input, this interface */
        u_long  ifi_noproto;            /* destined for unsupported protocol */
-       struct  timeval ifi_lastchange; /* last updated */
+       struct  timeval ifi_lastchange; /* last operational state change */
 };
 #endif /* _KERNEL && COMPAT_14 */
 



Home | Main Index | Thread Index | Old Index