summaryrefslogtreecommitdiff
path: root/sys/sys/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/conf.h')
-rw-r--r--sys/sys/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/conf.h b/sys/sys/conf.h
index 1528a460fc3e..e7447036f708 100644
--- a/sys/sys/conf.h
+++ b/sys/sys/conf.h
@@ -137,7 +137,7 @@ typedef void devfs_remove_t __P((dev_t dev));
* of surgery, reset the flag and restart all the stuff on the stall
* queue.
*/
-#define BUF_STRATEGY(bp, dummy) \
+#define DEV_STRATEGY(bp, dummy) \
do { \
if ((!(bp)->b_iocmd) || ((bp)->b_iocmd & ((bp)->b_iocmd - 1))) \
Debugger("d_iocmd botch"); \