diff options
Diffstat (limited to 'net-im/libyahoo2/files/patch-src_sampleclient.c')
-rw-r--r-- | net-im/libyahoo2/files/patch-src_sampleclient.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/libyahoo2/files/patch-src_sampleclient.c b/net-im/libyahoo2/files/patch-src_sampleclient.c new file mode 100644 index 000000000000..8d8482ad5e09 --- /dev/null +++ b/net-im/libyahoo2/files/patch-src_sampleclient.c @@ -0,0 +1,11 @@ +--- src/sample_client.c.orig 2008-04-30 05:08:50.000000000 +0000 ++++ src/sample_client.c 2008-04-30 05:09:08.000000000 +0000 +@@ -58,7 +58,7 @@ + #include "yahoo_util.h" + + #ifndef _WIN32 +-int fileno(FILE * stream); ++// int fileno(FILE * stream); + #endif + + #define MAX_PREF_LEN 255 |