1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Finally, after six years, remove the ``quick hack for SNMP'' that was

``going away soon''.
This commit is contained in:
Garrett Wollman 1996-12-10 18:03:51 +00:00
parent d051845d36
commit 662f33aaf6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20292

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if.h 8.1 (Berkeley) 6/10/93
* $Id: if.h,v 1.36 1996/10/21 23:05:57 fenner Exp $
* $Id: if.h,v 1.37 1996/12/10 07:29:47 davidg Exp $
*/
#ifndef _NET_IF_H_
@ -62,10 +62,6 @@
* interfaces. These routines live in the files if.c and route.c
*/
#ifndef _TIME_ /* XXX fast fix for SNMP, going away soon */
#include <sys/time.h>
#endif
#ifdef __STDC__
/*
* Forward structure declarations for function prototypes [sic].