diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2014-09-09 20:33:25 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2014-09-09 20:33:25 +0000 |
commit | 8b87ea55f7640d7d60571408e3ace0a6c56fbf75 (patch) | |
tree | f86bceb59ab51ce5021b2642f2429f4d201e1f5f | |
parent | 0061a589e327a1f156a570b5588666b3ff9fd574 (diff) |
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> |