ports/net-im/libyahoo2/files/patch-src_autoresponder.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
280 B
C

--- src/autoresponder.c.orig 2008-04-30 05:09:22.000000000 +0000
+++ src/autoresponder.c 2008-04-30 05:09:31.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