diff options
Diffstat (limited to 'openbsd-compat/sys-queue.h')
-rw-r--r-- | openbsd-compat/sys-queue.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openbsd-compat/sys-queue.h b/openbsd-compat/sys-queue.h index ee2ce30bf..e5c5e2f9f 100644 --- a/openbsd-compat/sys-queue.h +++ b/openbsd-compat/sys-queue.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: queue.h,v 1.28 2005/10/17 20:19:42 otto Exp $ */ | 1 | /* $OpenBSD: queue.h,v 1.29 2005/10/24 20:25:14 otto Exp $ */ |
2 | /* $NetBSD: queue.h,v 1.11 1996/05/16 05:17:14 mycroft Exp $ */ | 2 | /* $NetBSD: queue.h,v 1.11 1996/05/16 05:17:14 mycroft Exp $ */ |
3 | 3 | ||
4 | /* | 4 | /* |
@@ -304,8 +304,6 @@ struct { \ | |||
304 | (elm)->field.le_next->field.le_prev = \ | 304 | (elm)->field.le_next->field.le_prev = \ |
305 | (elm)->field.le_prev; \ | 305 | (elm)->field.le_prev; \ |
306 | *(elm)->field.le_prev = (elm)->field.le_next; \ | 306 | *(elm)->field.le_prev = (elm)->field.le_next; \ |
307 | (elm)->field.le_prev = NULL; \ | ||
308 | (elm)->field.le_next = NULL; \ | ||
309 | } while (0) | 307 | } while (0) |
310 | 308 | ||
311 | #define LIST_REPLACE(elm, elm2, field) do { \ | 309 | #define LIST_REPLACE(elm, elm2, field) do { \ |