mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
r13110@catbus: nickm | 2007-05-31 15:03:24 -0400
Fix windows build. svn:r10424
This commit is contained in:
parent
884cb0c7a1
commit
71c0a13703
@ -244,7 +244,8 @@ int get_n_open_sockets(void);
|
||||
typedef int socklen_t;
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STRUCT_IN6_ADDR
|
||||
/* XXXX020 detect in6_addr correctly on ms_windows; this is a hack. */
|
||||
#if !defined(HAVE_STRUCT_IN6_ADDR) && !defined(MS_WINDOWS)
|
||||
struct in6_addr
|
||||
{
|
||||
uint8_t s6_addr[16];
|
||||
|
Loading…
Reference in New Issue
Block a user