From 0b6a21d468e19702f3a9febdace803225ce2fbf7 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 26 Oct 2007 16:43:22 +1000 Subject: - otto@cvs.openbsd.org 2005/10/24 20:25:14 [openbsd-compat/sys-queue.h] Partly backout. NOLIST, used in LISTs is probably interfering. requested by deraadt@ --- openbsd-compat/sys-queue.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'openbsd-compat') 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 @@ -/* $OpenBSD: queue.h,v 1.28 2005/10/17 20:19:42 otto Exp $ */ +/* $OpenBSD: queue.h,v 1.29 2005/10/24 20:25:14 otto Exp $ */ /* $NetBSD: queue.h,v 1.11 1996/05/16 05:17:14 mycroft Exp $ */ /* @@ -304,8 +304,6 @@ struct { \ (elm)->field.le_next->field.le_prev = \ (elm)->field.le_prev; \ *(elm)->field.le_prev = (elm)->field.le_next; \ - (elm)->field.le_prev = NULL; \ - (elm)->field.le_next = NULL; \ } while (0) #define LIST_REPLACE(elm, elm2, field) do { \ -- cgit v1.2.3