mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
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)
11 lines
280 B
C
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
|