diff options
author | wollman <wollman@FreeBSD.org> | 1996-12-10 18:03:51 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1996-12-10 18:03:51 +0000 |
commit | 944eee9c6bcea962bfaab5753ca059edaf4e87a5 (patch) | |
tree | db9b3399290147df9f73e43f7db4a3557eaa24ab /sys/net | |
parent | 7110f595c7a1e56677985248071c9acfeab50131 (diff) | |
download | FreeBSD-src-944eee9c6bcea962bfaab5753ca059edaf4e87a5.zip FreeBSD-src-944eee9c6bcea962bfaab5753ca059edaf4e87a5.tar.gz |
Finally, after six years, remove the ``quick hack for SNMP'' that was
``going away soon''.
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/net/if.h b/sys/net/if.h index 9d7985a..58c2be3 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -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]. |