Source-Changes-HG archive

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

[src/trunk]: src/sys/net Remove XXX comment with the text "going away soon". ...



details:   https://anonhg.NetBSD.org/src/rev/a59cb3897391
branches:  trunk
changeset: 758127:a59cb3897391
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Oct 20 15:02:17 2010 +0000

description:
Remove XXX comment with the text "going away soon".  It was added
in September 1989 -- I think we passed "soon" around last week.

diffstat:

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

diffs (17 lines):

diff -r 5a21ca66d620 -r a59cb3897391 sys/net/if.h
--- a/sys/net/if.h      Wed Oct 20 14:50:22 2010 +0000
+++ b/sys/net/if.h      Wed Oct 20 15:02:17 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if.h,v 1.146 2010/01/17 19:45:06 pooka Exp $   */
+/*     $NetBSD: if.h,v 1.147 2010/10/20 15:02:17 pooka Exp $   */
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -112,7 +112,6 @@
  * routing and gateway routines maintaining information used to locate
  * interfaces.  These routines live in the files if.c and route.c
  */
-/*  XXX fast fix for SNMP, going away soon */
 #include <sys/time.h>
 
 #if defined(_KERNEL_OPT)



Home | Main Index | Thread Index | Old Index