diff options
author | 2012-05-20 14:57:07 +0000 | |
---|---|---|
committer | 2012-05-20 14:57:07 +0000 | |
commit | 8d521ac1caa233e463dec33752ace7050d3f9c81 (patch) | |
tree | a9bbc0e59828c60b5e6e332aa99b2fa05deddcbc | |
parent | Make sure the generic bus_dmamem_alloc() routine restricts its allocation to (diff) | |
download | wireguard-openbsd-8d521ac1caa233e463dec33752ace7050d3f9c81.tar.xz wireguard-openbsd-8d521ac1caa233e463dec33752ace7050d3f9c81.zip |
do not need to pull in <time.h>
-rw-r--r-- | sys/arch/sparc/stand/common/netif_sun.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/stand/common/netif_sun.c b/sys/arch/sparc/stand/common/netif_sun.c index 5f4ab3e81b3..64a76a57081 100644 --- a/sys/arch/sparc/stand/common/netif_sun.c +++ b/sys/arch/sparc/stand/common/netif_sun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: netif_sun.c,v 1.2 2011/04/14 18:27:49 miod Exp $ */ +/* $OpenBSD: netif_sun.c,v 1.3 2012/05/20 14:57:07 deraadt Exp $ */ /* $NetBSD: netif_sun.c,v 1.2 1995/09/18 21:31:48 pk Exp $ */ /* @@ -40,7 +40,6 @@ #include <sys/param.h> #include <sys/socket.h> #include <string.h> -#include <time.h> #include <net/if.h> |