summaryrefslogtreecommitdiffstats
path: root/source/xap/pan/pan.gcc44.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2011-04-25 13:37:00 +0000
committer Eric Hameleers <alien@slackware.com>2018-05-31 22:45:18 +0200
commit75a4a592e5ccda30715f93563d741b83e0dcf39e (patch)
tree502f745607e77a2c4386ad38d818ddcafe81489c /source/xap/pan/pan.gcc44.diff
parentb76270bf9e6dd375e495fec92140a79a79415d27 (diff)
downloadcurrent-75a4a592e5ccda30715f93563d741b83e0dcf39e.tar.gz
current-75a4a592e5ccda30715f93563d741b83e0dcf39e.tar.xz
Slackware 13.37slackware-13.37
Mon Apr 25 13:37:00 UTC 2011 Slackware 13.37 x86_64 stable is released! Thanks to everyone who pitched in on this release: the Slackware team, the folks producing upstream code, and linuxquestions.org for providing a great forum for collaboration and testing. The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware project by picking up a copy from store.slackware.com. We're taking pre-orders now, and offer a discount if you sign up for a subscription. As always, thanks to the Slackware community for testing, suggestions, and feedback. :-) Have fun!
Diffstat (limited to 'source/xap/pan/pan.gcc44.diff')
-rw-r--r--source/xap/pan/pan.gcc44.diff50
1 files changed, 0 insertions, 50 deletions
diff --git a/source/xap/pan/pan.gcc44.diff b/source/xap/pan/pan.gcc44.diff
deleted file mode 100644
index 22df125f8..000000000
--- a/source/xap/pan/pan.gcc44.diff
+++ /dev/null
@@ -1,50 +0,0 @@
---- ./pan/usenet-utils/numbers.cc.orig 2008-07-04 10:01:53.000000000 -0500
-+++ ./pan/usenet-utils/numbers.cc 2010-02-03 18:06:16.000000000 -0600
-@@ -19,6 +19,7 @@
-
- #include <config.h>
- #include <cctype>
-+#include <cstdio>
- #include <pan/general/string-view.h>
- #include "numbers.h"
- #include <algorithm>
---- ./pan/tasks/nntp.cc.orig 2008-07-05 14:16:06.000000000 -0500
-+++ ./pan/tasks/nntp.cc 2010-02-03 18:07:19.000000000 -0600
-@@ -20,6 +20,7 @@
- #include <config.h>
- #include <cassert>
- #include <cstdarg>
-+#include <cstdio>
- #include <cstdlib> // abort, atoi, strtoul
- extern "C" {
- #include <glib.h>
---- ./pan/tasks/nntp-pool.cc.orig 2008-07-05 01:39:27.000000000 -0500
-+++ ./pan/tasks/nntp-pool.cc 2010-02-03 18:07:55.000000000 -0600
-@@ -19,6 +19,7 @@
-
- #include <config.h>
- #include <ctime>
-+#include <cstdio>
- #include <glib/gi18n.h>
- #include <pan/general/debug.h>
- #include <pan/general/log.h>
---- ./pan/general/progress.cc.orig 2007-08-01 12:00:01.000000000 -0500
-+++ ./pan/general/progress.cc 2010-02-03 18:05:38.000000000 -0600
-@@ -19,6 +19,7 @@
-
- #include <config.h>
- #include <cstdarg>
-+#include <cstdio>
- #include "progress.h"
- #include "string-view.h"
-
---- ./pan/general/log.cc.orig 2007-08-01 12:00:01.000000000 -0500
-+++ ./pan/general/log.cc 2010-02-03 18:05:19.000000000 -0600
-@@ -20,6 +20,7 @@
- #include <config.h>
- #include <iostream>
- #include <cstdarg>
-+#include <cstdio>
- #include "log.h"
-
- using namespace pan;