diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-05 03:36:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-05 03:36:48 +0000 |
commit | 8616f7ffb41c9aeb9f7af324db20c7a30548e286 (patch) | |
tree | c991df5f5854965ec987c8d2495d0ee7d5b0ae02 /www/webstone/files/patch-ad | |
parent | Add Ruby/Gyokuro, a Ruby library which wraps Ruby/ChaSen. (diff) |
Fix build on -current by not initializing FILE * variables statically
Notes
Notes:
svn path=/head/; revision=65647
Diffstat (limited to 'www/webstone/files/patch-ad')
-rw-r--r-- | www/webstone/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/webstone/files/patch-ad b/www/webstone/files/patch-ad new file mode 100644 index 000000000000..32d77887815f --- /dev/null +++ b/www/webstone/files/patch-ad @@ -0,0 +1,11 @@ +--- webclient.c.orig Wed Sep 4 20:34:36 2002 ++++ webclient.c Wed Sep 4 20:35:02 2002 +@@ -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]; |