$OpenBSD: patch-src_dlist_h,v 1.2 2016/04/27 15:42:55 jca Exp $
--- src/dlist.h.orig	Mon Oct 20 01:07:03 2014
+++ src/dlist.h	Wed Apr 27 16:40:21 2016
@@ -27,6 +27,7 @@
 #ifndef ADNS_DLIST_H_INCLUDED
 #define ADNS_DLIST_H_INCLUDED
 
+#undef LIST_INIT
 #define LIST_INIT(list) ((list).head= (list).tail= 0)
 #define LINK_INIT(link) ((link).next= (link).back= 0)
 
