summaryrefslogtreecommitdiff
path: root/contrib/bind/include/isc/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/include/isc/list.h')
-rw-r--r--contrib/bind/include/isc/list.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/bind/include/isc/list.h b/contrib/bind/include/isc/list.h
index b78ba4fedb46..febfbf88ac86 100644
--- a/contrib/bind/include/isc/list.h
+++ b/contrib/bind/include/isc/list.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997 by Internet Software Consortium.
+ * Copyright (c) 1997,1999 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -66,6 +66,7 @@
(elt)->link.prev->link.next = (elt)->link.next; \
else \
(list).head = (elt)->link.next; \
+ INIT_LINK(elt, link); \
} while (0)
#define PREV(elt, link) ((elt)->link.prev)