mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
s/head/tail/
This commit is contained in:
parent
d8e8abdff9
commit
2afbf0891c
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@
|
|||
(elt)->link.prev = (type *)(-1); \
|
||||
(elt)->link.next = (type *)(-1); \
|
||||
ISC_INSIST((list).head != (elt)); \
|
||||
ISC_INSIST((list).head != (elt)); \
|
||||
ISC_INSIST((list).tail != (elt)); \
|
||||
} while (0)
|
||||
|
||||
#define __ISC_LIST_UNLINKUNSAFE(list, elt, link) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue