aboutsummaryrefslogtreecommitdiff
path: root/graphics/giflib/files/patch-lib::qprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/giflib/files/patch-lib::qprintf.c')
-rw-r--r--graphics/giflib/files/patch-lib::qprintf.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/giflib/files/patch-lib::qprintf.c b/graphics/giflib/files/patch-lib::qprintf.c
new file mode 100644
index 000000000000..27c394717f67
--- /dev/null
+++ b/graphics/giflib/files/patch-lib::qprintf.c
@@ -0,0 +1,15 @@
+
+$FreeBSD$
+
+--- lib/qprintf.c.orig Fri Feb 1 19:15:32 2002
++++ lib/qprintf.c Fri Feb 1 19:15:49 2002
+@@ -34,7 +34,8 @@
+ * Same as fprintf to stderr but with optional print. *
+ *****************************************************************************/
+ #ifdef HAVE_VARARGS_H
+-void GifQprintf(int va_alist)
++void GifQprintf(va_alist)
++va_dcl
+ {
+ char *Format, Line[128];
+ va_list ArgPtr;