ports/net-im/libyahoo2/files/patch-src_sampleclient.c
Edwin Groothuis b1c8be7c83 Update to 0.7.6.
For developers who are using this: the location of the include files
has changed from LOCALBASE/include to LOCALBASE/include/libyahoo2/.

No ports were affected (according to INDEX-6)
2008-04-30 05:14:50 +00:00

11 lines
281 B
C

--- 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