mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Add an SLIST_ENTRY definition back on non-win32
Otherwise we break openbsd headers. Fixes bug 7293; bug not on any released Tor.
This commit is contained in:
parent
05194cce62
commit
e5ca5040a5
@ -105,6 +105,9 @@ struct name { \
|
|||||||
struct { \
|
struct { \
|
||||||
struct type *sle_next; /* next element */ \
|
struct type *sle_next; /* next element */ \
|
||||||
}
|
}
|
||||||
|
#ifndef _WIN32
|
||||||
|
#define SLIST_ENTRY(type) TOR_SLIST_ENTRY(type)
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Singly-linked List access methods.
|
* Singly-linked List access methods.
|
||||||
|
Loading…
Reference in New Issue
Block a user