diff options
author | 2007-11-24 18:31:05 +0000 | |
---|---|---|
committer | 2007-11-24 18:31:05 +0000 | |
commit | 60016c6ef23e857c1b8ac7e0b76b8d5459b48855 (patch) | |
tree | cf9763ef48db9e72c5ce1b054b78fc7dea1f2aef | |
parent | tweak for hostnames without dots (like "localhost") (diff) | |
download | wireguard-openbsd-60016c6ef23e857c1b8ac7e0b76b8d5459b48855.tar.xz wireguard-openbsd-60016c6ef23e857c1b8ac7e0b76b8d5459b48855.zip |
we dont need ot include sys/lock.h here
ok miod@ krw@
-rw-r--r-- | sys/sys/device.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/device.h b/sys/sys/device.h index 1d46c11a95f..3986f6857f2 100644 --- a/sys/sys/device.h +++ b/sys/sys/device.h @@ -1,4 +1,4 @@ -/* $OpenBSD: device.h,v 1.36 2007/05/15 01:56:47 deraadt Exp $ */ +/* $OpenBSD: device.h,v 1.37 2007/11/24 18:31:05 dlg Exp $ */ /* $NetBSD: device.h,v 1.15 1996/04/09 20:55:24 cgd Exp $ */ /* @@ -67,8 +67,6 @@ enum devact { DVACT_DEACTIVATE /* deactivate the device */ }; -#include <sys/lock.h> - struct device { enum devclass dv_class; /* this device's classification */ TAILQ_ENTRY(device) dv_list; /* entry on list of all devices */ |