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)