mirror of
https://github.com/transmission/transmission
synced 2025-02-22 06:00:41 +00:00
#4891 Solaris 11 compile errors on 2.51
This commit is contained in:
parent
d38f76ac74
commit
3e90d39599
1 changed files with 2 additions and 2 deletions
4
third-party/miniupnp/miniupnpc.c
vendored
4
third-party/miniupnp/miniupnpc.c
vendored
|
@ -1,4 +1,4 @@
|
|||
/* $Id: miniupnpc.c,v 1.105 2012/04/11 05:50:53 nanard Exp $ */
|
||||
/* $Id: miniupnpc.c,v 1.106 2012/06/11 16:08:17 nanard Exp $ */
|
||||
/* Project : miniupnp
|
||||
* Web : http://miniupnp.free.fr/
|
||||
* Author : Thomas BERNARD
|
||||
|
@ -17,7 +17,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(MACOSX) && !defined(_WIN32) && !defined(__CYGWIN__)
|
||||
#if !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(MACOSX) && !defined(_WIN32) && !defined(__CYGWIN__) && !defined(__sun)
|
||||
#define HAS_IP_MREQN
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue