git: libc/stdtime: Remove some #ifdef checks for TM_{GMTOFF,ZONE}.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Sep 22 11:54:59 PDT 2018


commit 87f1ef03b707a5aa7f43f4dde0fd10712dab719b
Author: Sascha Wildner <saw at online.de>
Date:   Sat Sep 22 20:54:40 2018 +0200

    libc/stdtime: Remove some #ifdef checks for TM_{GMTOFF,ZONE}.
    
    We don't override those and use the defaults from private.h.
    
    While here, clean up the CFLAGS of zdump(8) and zic(8). Most of this
    isn't needed.

Summary of changes:
 lib/libc/stdtime/localtime.c |  6 ------
 lib/libc/stdtime/strftime.c  | 28 ----------------------------
 usr.sbin/zic/zdump.c         |  2 --
 usr.sbin/zic/zdump/Makefile  |  4 +---
 usr.sbin/zic/zic/Makefile    |  3 ---
 5 files changed, 1 insertion(+), 42 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/87f1ef03b707a5aa7f43f4dde0fd10712dab719b


-- 
DragonFly BSD source repository


More information about the Commits mailing list