summaryrefslogtreecommitdiff
path: root/sys/scsi/scsiconf.h
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2007-05-31 21:53:03 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2007-05-31 21:53:03 +0000
commit4f74b7ccc1b78de85415bc9761898fb3ca5610eb (patch)
treedb7ac9546a13f38c8886657408c0ab3f5de40ab4 /sys/scsi/scsiconf.h
parente62c8e7851109d752171533c4b7db663449c5d10 (diff)
ckuethe found i missed a file in the workq update. my bad
Diffstat (limited to 'sys/scsi/scsiconf.h')
-rw-r--r--sys/scsi/scsiconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h
index 4823c6b492e..6e816f45729 100644
--- a/sys/scsi/scsiconf.h
+++ b/sys/scsi/scsiconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.h,v 1.85 2007/05/31 18:21:44 dlg Exp $ */
+/* $OpenBSD: scsiconf.h,v 1.86 2007/05/31 21:53:02 tedu Exp $ */
/* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */
/*
@@ -304,7 +304,7 @@ const void *scsi_inqmatch(struct scsi_inquiry_data *, const void *, int,
int, int *);
#define scsi_task(_f, _a1, _a2, _fl) \
- workq_add_task(NULL, (_f), (_a1), (_a2), (_fl))
+ workq_add_task(NULL, (_fl), (_f), (_a1), (_a2))
void scsi_init(void);
void scsi_deinit(void);