summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2020-06-30 18:05:02 +0000
committerkrw <krw@openbsd.org>2020-06-30 18:05:02 +0000
commita667fc039c34632f6c8e0ec3ddf5932a31065bc5 (patch)
treec9557004f0c25d6676ca7b6c72db1a996fbe6c99
parentRemove agentx and control socket support. (diff)
downloadwireguard-openbsd-a667fc039c34632f6c8e0ec3ddf5932a31065bc5.tar.xz
wireguard-openbsd-a667fc039c34632f6c8e0ec3ddf5932a31065bc5.zip
Garbage collect SDEV_S_WAITING, last used in scsi_base.c r1.167 in
2010. Part of matthew@'s reverted scsiconf.h r1.146.
-rw-r--r--sys/scsi/scsiconf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h
index 7c784e906ec..788c0cc39b9 100644
--- a/sys/scsi/scsiconf.h
+++ b/sys/scsi/scsiconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.h,v 1.187 2020/06/27 21:01:20 krw Exp $ */
+/* $OpenBSD: scsiconf.h,v 1.188 2020/06/30 18:05:02 krw Exp $ */
/* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */
/*
@@ -282,7 +282,6 @@ struct scsi_link {
SLIST_ENTRY(scsi_link) bus_list;
u_int state;
-#define SDEV_S_WAITING (1<<0)
#define SDEV_S_DYING (1<<1)
u_int8_t scsibus; /* the Nth scsibus */