Module Name: src Committed By: pooka Date: Wed Oct 20 15:02:17 UTC 2010
Modified Files: src/sys/net: if.h Log Message: Remove XXX comment with the text "going away soon". It was added in September 1989 -- I think we passed "soon" around last week. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/sys/net/if.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/net/if.h diff -u src/sys/net/if.h:1.146 src/sys/net/if.h:1.147 --- src/sys/net/if.h:1.146 Sun Jan 17 19:45:06 2010 +++ src/sys/net/if.h Wed Oct 20 15:02:17 2010 @@ -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)