ports/net/adns/patches/patch-src_dlist_h

11 lines
299 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- 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)