openbsd-ports/net/adns/patches/patch-src_dlist_h
margarida 91e2e22371 Initial import of adns-1.0
--
adns is an asynchronous resolver library for C (and C++)
programs, and a collection of useful DNS resolver utilities.

From: Michael Coulter <mjc@bitz.ca>
2003-05-05 03:20:40 +00:00

12 lines
373 B
Plaintext

$OpenBSD: patch-src_dlist_h,v 1.1.1.1 2003/05/05 03:20:40 margarida Exp $
--- src/dlist.h.orig Sun May 4 14:19:01 2003
+++ src/dlist.h Sun May 4 14:19:14 2003
@@ -28,6 +28,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)