1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/wwwoffle/files/patch-ab
Steve Price 7537fea028 Initial import wwwoffle version 2.1.
A WWW proxy server for offline browsing.

PR:		6821
Submitted by:	Peter Mutsaers <plm@xs4all.nl>
1998-08-09 01:17:19 +00:00

20 lines
406 B
Plaintext

*** 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);
}