diff options
author | 2014-09-09 20:33:24 +0000 | |
---|---|---|
committer | 2014-09-09 20:33:24 +0000 | |
commit | 0edfac1a398a95181236a8b85d3956a52f892245 (patch) | |
tree | 863e070027b0a481b9171e142fc1a7aa7c9d74c5 | |
parent | remove the scsi_task() wrapper around workq_add_task now that nothing (diff) | |
download | wireguard-openbsd-0edfac1a398a95181236a8b85d3956a52f892245.tar.xz wireguard-openbsd-0edfac1a398a95181236a8b85d3956a52f892245.zip |
workqs were replaced with tasks in here, so dont need workq.h anymore.
-rw-r--r-- | sys/netinet6/nd6_rtr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/nd6_rtr.c b/sys/netinet6/nd6_rtr.c index ac1fe64db1e..3fe355e249a 100644 --- a/sys/netinet6/nd6_rtr.c +++ b/sys/netinet6/nd6_rtr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nd6_rtr.c,v 1.86 2014/09/08 09:32:04 stsp Exp $ */ +/* $OpenBSD: nd6_rtr.c,v 1.87 2014/09/09 20:33:24 dlg Exp $ */ /* $KAME: nd6_rtr.c,v 1.97 2001/02/07 11:09:13 itojun Exp $ */ /* @@ -43,7 +43,6 @@ #include <sys/ioctl.h> #include <sys/syslog.h> #include <sys/queue.h> -#include <sys/workq.h> #include <dev/rndvar.h> #include <net/if.h> |