FreeBSD Bugzilla – Attachment 22731 Details for
Bug 39359
Downloader 2.01 does not compile on gcc 3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.76 KB, created by
Jan Stocker
on 2002-06-16 08:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jan Stocker
Created:
2002-06-16 08:10:02 UTC
Size:
1.76 KB
patch
obsolete
>diff -urN downloader.orig/files/patch-dqueue.cc downloader/files/patch-dqueue.cc >--- downloader.orig/files/patch-dqueue.cc Thu Jan 1 01:00:00 1970 >+++ downloader/files/patch-dqueue.cc Sun Jun 16 08:48:12 2002 >@@ -0,0 +1,11 @@ >+--- main/dqueue.cc.orig Tue May 28 02:55:12 2002 >++++ main/dqueue.cc Sun Jun 16 08:38:39 2002 >+@@ -127,7 +127,7 @@ >+ }; >+ }; >+ >+-void d4xDownloadQueue::add(tDownload *what,int where=DL_WAIT){ >++void d4xDownloadQueue::add(tDownload *what,int where){ >+ if (where==DL_WAIT || where==DL_RUN) >+ RUN_OR_WAIT_DOWNLOADS+=1; >+ queues[where]->insert(what); >diff -urN downloader.orig/files/patch-hproxy.cc downloader/files/patch-hproxy.cc >--- downloader.orig/files/patch-hproxy.cc Thu Jan 1 01:00:00 1970 >+++ downloader/files/patch-hproxy.cc Sun Jun 16 08:49:14 2002 >@@ -0,0 +1,11 @@ >+--- main/hproxy.cci.orig Thu Apr 4 03:51:31 2002 >++++ main/hproxy.cc Sun Jun 16 08:35:12 2002 >+@@ -95,7 +95,7 @@ >+ tProxyDownload::tProxyDownload(tWriterLoger *log):tHttpDownload(log){ >+ }; >+ >+-int tProxyDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s=NULL) { >++int tProxyDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s) { >+ DBC_RETVAL_IF_FAIL(hostinfo!=NULL,-1); >+ DBC_RETVAL_IF_FAIL(cfg!=NULL,-1); >+ HTTP=new tHProxyClient(cfg); >diff -urN downloader.orig/files/patch-httpd.cc downloader/files/patch-httpd.cc >--- downloader.orig/files/patch-httpd.cc Thu Jan 1 01:00:00 1970 >+++ downloader/files/patch-httpd.cc Sun Jun 16 08:50:34 2002 >@@ -0,0 +1,11 @@ >+--- main/httpd.cc.orig Thu Mar 28 10:34:34 2002 >++++ main/httpd.cc Sun Jun 16 08:37:50 2002 >+@@ -179,7 +179,7 @@ >+ }; >+ }; >+ >+-int tHttpDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s=NULL) { >++int tHttpDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s) { >+ Persistent=0; >+ HTTP=new tHttpClient(cfg); >+ RetrNum=0;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 39359
: 22731