summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-01 04:22:35 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-01 04:22:35 +0000
commit12e297e612a875b103dcd5378e1346028d96f3c7 (patch)
treefae7cb79747238a5c3a5ac02e0b0932758342764 /net-misc/curl/files
parentAdded ~mips to KEYWORDS. (Manifest recommit) (diff)
downloadgentoo-2-12e297e612a875b103dcd5378e1346028d96f3c7.tar.gz
gentoo-2-12e297e612a875b103dcd5378e1346028d96f3c7.tar.bz2
gentoo-2-12e297e612a875b103dcd5378e1346028d96f3c7.zip
stupid useless prototypes
Diffstat (limited to 'net-misc/curl/files')
-rw-r--r--net-misc/curl/files/7.12.0-no-fputc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/curl/files/7.12.0-no-fputc.patch b/net-misc/curl/files/7.12.0-no-fputc.patch
new file mode 100644
index 000000000000..ae82320ee800
--- /dev/null
+++ b/net-misc/curl/files/7.12.0-no-fputc.patch
@@ -0,0 +1,12 @@
+--- curl-7.12.0/lib/mprintf.c.orig 2004-09-01 00:15:02.408645696 -0400
++++ curl-7.12.0/lib/mprintf.c 2004-09-01 00:15:13.242998624 -0400
+@@ -1140,9 +1140,6 @@
+ return retcode;
+ }
+
+-#ifndef WIN32 /* not needed on win32 */
+-extern int fputc(int, FILE *);
+-#endif
+
+ int curl_mprintf(const char *format, ...)
+ {