diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-09 01:17:19 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-09 01:17:19 +0000 |
commit | 7537fea0289bfdcb8206ffe5a7d5f552f46551b9 (patch) | |
tree | a4453d4076ca7aedfadb9edcdd63bc056ca59173 /www/wwwoffle/files/patch-ab | |
parent | Turn on tinymux. (diff) |
Initial import wwwoffle version 2.1.
A WWW proxy server for offline browsing.
PR: 6821
Submitted by: Peter Mutsaers <plm@xs4all.nl>
Notes
Notes:
svn path=/head/; revision=12366
Diffstat (limited to 'www/wwwoffle/files/patch-ab')
-rw-r--r-- | www/wwwoffle/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/wwwoffle/files/patch-ab b/www/wwwoffle/files/patch-ab new file mode 100644 index 000000000000..e91365565b76 --- /dev/null +++ b/www/wwwoffle/files/patch-ab @@ -0,0 +1,19 @@ +*** misc.c.orig Sun Mar 8 17:19:03 1998 +--- misc.c Sun Mar 8 17:19:38 1998 +*************** +*** 316,322 **** + tim->tm_hour, + tim->tm_min, + tim->tm_sec, +! utc?"GMT":tzname[tim->tm_isdst>0]); + + return(value); + } +--- 316,322 ---- + tim->tm_hour, + tim->tm_min, + tim->tm_sec, +! utc?"GMT":tim->tm_zone); + + return(value); + } |