diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2005-03-16 22:34:40 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2005-03-16 22:34:40 +0000 |
commit | af5ed86738e396b337b3e55f875405d14bf8d67a (patch) | |
tree | d50aa6f67dca8e698980ccee12c7e77b43e6abae /audio/xmms-flac | |
parent | 0c011f4410fc17689bc149fecbc6f64ff06543a5 (diff) |
Notes
Diffstat (limited to 'audio/xmms-flac')
-rw-r--r-- | audio/xmms-flac/files/patch-src_plugin__xmms_http.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/xmms-flac/files/patch-src_plugin__xmms_http.c b/audio/xmms-flac/files/patch-src_plugin__xmms_http.c new file mode 100644 index 000000000000..e7e8c222c63c --- /dev/null +++ b/audio/xmms-flac/files/patch-src_plugin__xmms_http.c @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- src/plugin_xmms/http.c.orig ++++ src/plugin_xmms/http.c +@@ -44,10 +44,6 @@ + #include "FLAC/format.h" + #include "plugin.h" + +-#ifndef HAVE_SOCKLEN_T +-typedef unsigned int socklen_t; +-#endif +- + #define min(x,y) ((x)<(y)?(x):(y)) + #define min3(x,y,z) (min(x,y)<(z)?min(x,y):(z)) + #define min4(x,y,z,w) (min3(x,y,z)<(w)?min3(x,y,z):(w)) |