DragonFly commits List (threaded) for 2009-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.0.605.g7d013 master Makefile_upgrade.inc include time.h lib/libc/gen Makefile.inc timezone.3 timezone.c lib/libc/stdtime localtime.c
commit 7d013f9724346e48d5aa3e501e0bc081c73878d6
Author: Peter Avalos <pavalos@theshell.com>
Date: Fri Jan 16 10:52:59 2009 -0500
Remove the timezone() function.
It conflicts with an XSI extension where timezone and daylight are
variables representing:
timezone: the difference, in seconds, between Coordinated Universal
Time (UTC) and local standard time.
daylight: set to 0 if Daylight Savings Time conversions should never be
applied for the timezone in use; otherwise, non-zero.
Summary of changes:
Makefile_upgrade.inc | 2 +
include/time.h | 3 +-
lib/libc/gen/Makefile.inc | 4 +-
lib/libc/gen/timezone.3 | 72 -----------------------
lib/libc/gen/timezone.c | 130 ------------------------------------------
lib/libc/stdtime/localtime.c | 9 +++
6 files changed, 15 insertions(+), 205 deletions(-)
delete mode 100644 lib/libc/gen/timezone.3
delete mode 100644 lib/libc/gen/timezone.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7d013f9724346e48d5aa3e501e0bc081c73878d6
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]