diff options
author | 2013-10-21 15:10:29 +0000 | |
---|---|---|
committer | 2013-10-21 15:10:29 +0000 | |
commit | 6a13ab64861f2eb9d587ae1a9828d43a1ee74179 (patch) | |
tree | 8dd4e4644476a36c28f7fbec26f6baf74a395cbf | |
parent | Remove some historical comments. (diff) | |
download | wireguard-openbsd-6a13ab64861f2eb9d587ae1a9828d43a1ee74179.tar.xz wireguard-openbsd-6a13ab64861f2eb9d587ae1a9828d43a1ee74179.zip |
nuke comment. How soon is now?
"do it" deraadt@
-rw-r--r-- | sys/net/if.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.h b/sys/net/if.h index d3d439b6cf7..91744364a27 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if.h,v 1.149 2013/10/19 14:05:14 reyk Exp $ */ +/* $OpenBSD: if.h,v 1.150 2013/10/21 15:10:29 benno Exp $ */ /* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */ /* @@ -89,7 +89,7 @@ __END_DECLS * 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> struct mbuf; |