summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-08-08 05:43:57 +0000
committerphk <phk@FreeBSD.org>2005-08-08 05:43:57 +0000
commit2ac2686959ccdac6ef61d98503e36ec27961be97 (patch)
tree53afd1957b2c2ab29b6fbad8ade31fcd9eec4f3e
parenta71123cebfbc9af46b53dec14375534ae5c7076e (diff)
downloadFreeBSD-src-2ac2686959ccdac6ef61d98503e36ec27961be97.zip
FreeBSD-src-2ac2686959ccdac6ef61d98503e36ec27961be97.tar.gz
Fix typo so QUEUE_MACRO_DEBUG works again.
PR: 84654 Submitted by: Antoine.Pelisse@xloling.org (apelisse@gmail.com)
-rw-r--r--sys/sys/queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/queue.h b/sys/sys/queue.h
index c9a3230..d3f4d61 100644
--- a/sys/sys/queue.h
+++ b/sys/sys/queue.h
@@ -403,7 +403,7 @@ struct { \
(head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
(head1)->tqh_last = (head2)->tqh_last; \
TAILQ_INIT((head2)); \
- QMD_TRACE_HEAD(head); \
+ QMD_TRACE_HEAD(head1); \
QMD_TRACE_HEAD(head2); \
} \
} while (0)
OpenPOWER on IntegriCloud