1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
diff -ur --exclude=.deps aria-1.0.0-orig/src/gui_download.cc aria-1.0.0/src/gui_download.cc
--- aria-1.0.0-orig/src/gui_download.cc 2006-05-10 20:45:44.000000000 -0400
+++ aria-1.0.0/src/gui_download.cc 2006-05-10 20:46:50.000000000 -0400
@@ -24,7 +24,7 @@
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
-#include <pair.h>
+#include <utility>
#include <list>
#include <algorithm>
#include "aria.h"
diff -ur --exclude=.deps aria-1.0.0-orig/src/gui_file.cc aria-1.0.0/src/gui_file.cc
--- aria-1.0.0-orig/src/gui_file.cc 2006-05-10 20:45:44.000000000 -0400
+++ aria-1.0.0/src/gui_file.cc 2006-05-10 20:47:05.000000000 -0400
@@ -19,7 +19,7 @@
// $Id: aria-1.0.0-gcc41.patch,v 1.1 2006/05/11 01:39:59 halcy0n Exp $
-#include <fstream.h>
+#include <fstream>
#include <stdlib.h>
#include <unistd.h>
#include <sys/time.h>
diff -ur --exclude=.deps aria-1.0.0-orig/src/gui_popup.cc aria-1.0.0/src/gui_popup.cc
--- aria-1.0.0-orig/src/gui_popup.cc 2006-05-10 20:45:44.000000000 -0400
+++ aria-1.0.0/src/gui_popup.cc 2006-05-10 20:47:16.000000000 -0400
@@ -19,7 +19,7 @@
// $Id: aria-1.0.0-gcc41.patch,v 1.1 2006/05/11 01:39:59 halcy0n Exp $
-#include <iostream.h>
+#include <iostream>
#include "aria.h"
#include "gui_utils.h"
diff -ur --exclude=.deps aria-1.0.0-orig/src/ItemCellPartial.h aria-1.0.0/src/ItemCellPartial.h
--- aria-1.0.0-orig/src/ItemCellPartial.h 2006-05-10 20:45:44.000000000 -0400
+++ aria-1.0.0/src/ItemCellPartial.h 2006-05-10 20:46:08.000000000 -0400
@@ -70,7 +70,7 @@
ItemCell *ret_Boss();
void WriteSplitInfo(const string& filename);
- ItemCell::DownloadStatusType ItemCellPartial::Download_Main();
+ ItemCell::DownloadStatusType Download_Main();
SplitStatusType SplitNumberChanged(const string& filename);
};
diff -ur --exclude=.deps aria-1.0.0-orig/src/ItemList.h aria-1.0.0/src/ItemList.h
--- aria-1.0.0-orig/src/ItemList.h 2006-05-10 20:45:44.000000000 -0400
+++ aria-1.0.0/src/ItemList.h 2006-05-10 20:46:20.000000000 -0400
@@ -31,7 +31,7 @@
#include <string>
#include <fstream>
//#include <map>
-#include <pair.h>
+#include <utility>
#include "aria.h"
#include "utils.h"
#include "ProxyList.h"
diff -ur --exclude=.deps aria-1.0.0-orig/src/RetrieveFTP.h aria-1.0.0/src/RetrieveFTP.h
--- aria-1.0.0-orig/src/RetrieveFTP.h 2006-05-10 20:45:44.000000000 -0400
+++ aria-1.0.0/src/RetrieveFTP.h 2006-05-10 20:46:34.000000000 -0400
@@ -27,7 +27,7 @@
#include <arpa/inet.h>
#include <errno.h>
#include <fstream>
-#include <pair.h>
+#include <utility>
#include "aria.h"
#include "FTPcontainer.h"
#include "ItemCell.h"
|