summaryrefslogtreecommitdiff
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, 0 insertions, 15 deletions
diff --git a/graphics/giflib/files/patch-lib::qprintf.c b/graphics/giflib/files/patch-lib::qprintf.c
deleted file mode 100644
index 27c394717f67..000000000000
--- a/graphics/giflib/files/patch-lib::qprintf.c
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$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;