diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
commit | 5fef74e277a1a8631418cc86635c091fcc79d099 (patch) | |
tree | 1f91b768812d879efc689dc94c0aa53e7c1ba2fa /www/webstone/files/patch-webclient.c | |
parent | - Add LICENSE (diff) |
Rename www/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'www/webstone/files/patch-webclient.c')
-rw-r--r-- | www/webstone/files/patch-webclient.c | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/www/webstone/files/patch-webclient.c b/www/webstone/files/patch-webclient.c new file mode 100644 index 000000000000..d6d66e1eede0 --- /dev/null +++ b/www/webstone/files/patch-webclient.c @@ -0,0 +1,29 @@ +--- webclient.c.orig 1998-07-25 09:50:17.000000000 +0200 ++++ webclient.c 2011-12-20 19:15:12.739176097 +0100 +@@ -79,7 +79,7 @@ + char proxyserver[MAXHOSTNAMELEN]; + char debug_filename[MAXPATHLEN]; + +-THREAD FILE *debugfile = stderr; ++THREAD FILE *debugfile; + THREAD FILE *logfile; + THREAD stats_t timestat; + THREAD rqst_timer_t timerarray[MAXNUMOFFILES]; +@@ -691,7 +691,7 @@ + } + } + +-void ++int + main(int argc, char *argv[]) + { + long fcount = 0; +@@ -928,7 +928,7 @@ + CloseHandle(hSemaphore); + #endif /* WIN32 */ + +- return; ++ return(0); + } + + void |