diff options
author | 2013-04-06 04:38:13 +0000 | |
---|---|---|
committer | 2013-04-06 04:38:13 +0000 | |
commit | a77d2d8508302a86bf232ab4146291001c31a6ef (patch) | |
tree | 13fcf430ca937b4e08d784c042ae2c92ec867e2a | |
parent | fix race when exiting a detached thread. observed by and ok guenther (diff) | |
download | wireguard-openbsd-a77d2d8508302a86bf232ab4146291001c31a6ef.tar.xz wireguard-openbsd-a77d2d8508302a86bf232ab4146291001c31a6ef.zip |
there aren't any locks in here anymore, so we don't need lock.h
-rw-r--r-- | sys/sys/vnode.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 8964e2d284d..9a3f43f5f3c 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vnode.h,v 1.114 2013/03/28 03:27:46 tedu Exp $ */ +/* $OpenBSD: vnode.h,v 1.115 2013/04/06 04:38:13 tedu Exp $ */ /* $NetBSD: vnode.h,v 1.38 1996/02/29 20:59:05 cgd Exp $ */ /* @@ -38,7 +38,6 @@ #include <sys/buf.h> #include <sys/types.h> #include <sys/queue.h> -#include <sys/lock.h> #include <sys/selinfo.h> #include <sys/tree.h> |