summaryrefslogtreecommitdiff
path: root/net-p2p/jigdo/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/jigdo/files')
-rw-r--r--net-p2p/jigdo/files/extra-glibc-getopt.h23
-rw-r--r--net-p2p/jigdo/files/patch-scan.cc13
2 files changed, 0 insertions, 36 deletions
diff --git a/net-p2p/jigdo/files/extra-glibc-getopt.h b/net-p2p/jigdo/files/extra-glibc-getopt.h
deleted file mode 100644
index 300584ba0825..000000000000
--- a/net-p2p/jigdo/files/extra-glibc-getopt.h
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/glibc-getopt.h.orig Fri Dec 6 08:24:36 2002
-+++ src/glibc-getopt.h Fri Dec 6 08:29:58 2002
-@@ -37,12 +37,11 @@
- # define ELIDE_CODE
- # endif
- #endif
-+#define ELIDE_CODE
- #ifndef ELIDE_CODE
- # define opterr my_opterr
- # define optind my_optind
- # define optopt my_optopt
--#endif
--
-
- #ifdef __cplusplus
- extern "C" {
-@@ -186,5 +185,6 @@
-
- /* Make sure we later can get all the definitions and declarations. */
- #undef __need_getopt
-+#endif /* ELIDE_CODE */
-
- #endif /* getopt.h */
diff --git a/net-p2p/jigdo/files/patch-scan.cc b/net-p2p/jigdo/files/patch-scan.cc
deleted file mode 100644
index 2c1d4443f2e7..000000000000
--- a/net-p2p/jigdo/files/patch-scan.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/scan.cc.orig Fri Sep 20 03:21:08 2002
-+++ src/scan.cc Fri Sep 20 03:21:36 2002
-@@ -174,8 +174,8 @@
- }
- }
- #else
--JigdoCache::JigdoCache(const string&, size_t, size_t bufLen = 128*1024,
-- ProgressReporter& pr = noReport)
-+JigdoCache::JigdoCache(const string&, size_t, size_t bufLen,
-+ ProgressReporter& pr)
- : blockLength(0), md5BlockLength(0), files(), nrOfFiles(0),
- locationPaths(), readAmount(bufLen), buffer(), reporter(pr) { }
- #endif