diff options
author | Colin Watson <cjwatson@debian.org> | 2019-06-05 06:41:44 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-06-09 22:09:07 +0100 |
commit | 865a97e05b6aab1619e1c8eeb33ccb8f9a9e48d3 (patch) | |
tree | 7bb2128eb663180bacfabca88f26d26bf0733824 /openbsd-compat/sys-queue.h | |
parent | ba627ba172d6649919baedff5ba2789610da382a (diff) | |
parent | 7d50f9e5be88179325983a1f58c9d51bb58f025a (diff) |
New upstream release (8.0p1)
Diffstat (limited to 'openbsd-compat/sys-queue.h')
-rw-r--r-- | openbsd-compat/sys-queue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/sys-queue.h b/openbsd-compat/sys-queue.h index af93d6814..5108f394c 100644 --- a/openbsd-compat/sys-queue.h +++ b/openbsd-compat/sys-queue.h | |||
@@ -81,6 +81,7 @@ | |||
81 | #undef SIMPLEQ_EMPTY | 81 | #undef SIMPLEQ_EMPTY |
82 | #undef SIMPLEQ_NEXT | 82 | #undef SIMPLEQ_NEXT |
83 | #undef SIMPLEQ_FOREACH | 83 | #undef SIMPLEQ_FOREACH |
84 | #undef SIMPLEQ_FOREACH_SAFE | ||
84 | #undef SIMPLEQ_INIT | 85 | #undef SIMPLEQ_INIT |
85 | #undef SIMPLEQ_INSERT_HEAD | 86 | #undef SIMPLEQ_INSERT_HEAD |
86 | #undef SIMPLEQ_INSERT_TAIL | 87 | #undef SIMPLEQ_INSERT_TAIL |