From 177b6d9664196bd829a96d7ca5ad6908b3dcf2fb Mon Sep 17 00:00:00 2001 From: pooka Date: Wed, 20 Oct 2010 15:02:17 +0000 Subject: [PATCH] Remove XXX comment with the text "going away soon". It was added in September 1989 -- I think we passed "soon" around last week. --- sys/net/if.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/net/if.h b/sys/net/if.h index ea1bf39448ed..eb6f007e8912 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -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 #if defined(_KERNEL_OPT)