Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 259995
Collapse All | Expand All

(-)transmission-1.42.orig/third-party/miniupnp/miniwget.c (-2 / +2 lines)
Lines 26-34 Link Here
26
#include <arpa/inet.h>
26
#include <arpa/inet.h>
27
#define closesocket close
27
#define closesocket close
28
#endif
28
#endif
29
/* for MIN() macro : */
29
30
#if defined(__sun) || defined(sun)
30
#if defined(__sun) || defined(sun)
31
#include <utility.h>
31
#define MIN(x,y) (((x)<(y))?(x):(y))
32
#endif
32
#endif
33
33
34
/* miniwget2() :
34
/* miniwget2() :

Return to bug 259995