CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2015/03/14 18:41:28

Modified files:
        bin/date       : date.c 
        bin/ls         : print.c 
        bin/pax        : gen_subs.c 
        bin/ps         : print.c 
        games/pom      : pom.c 
        include        : time.h 
        lib/libutil    : check_expire.c 
        libexec/ftpd   : ftpcmd.y 
        sbin/dump      : optr.c 
        sbin/savecore  : savecore.c 
        sbin/shutdown  : shutdown.c 
        usr.bin/at     : parsetime.c 
        usr.bin/cal    : cal.c 
        usr.bin/calendar: calendar.c calendar.h day.c io.c ostern.c 
                          paskha.c pesach.c 
        usr.bin/chpass : util.c 
        usr.bin/find   : find.h function.c ls.c 
        usr.bin/finger : finger.h lprint.c sprint.c 
        usr.bin/ftp    : util.c 
        usr.bin/last   : last.c 
        usr.bin/lastcomm: lastcomm.c 
        usr.bin/login  : login.c 
        usr.bin/script : script.c 
        usr.bin/touch  : touch.c 
        usr.bin/vacation: vacation.c 
        usr.bin/w      : extern.h pr_time.c w.c 
        usr.sbin/tcpdump: privsep.c 

Log message:
tzfile.h is an internal header that should never have been installed.
What's worse, the tzfile.h that gets installed is over 20 years old
and doesn't match the real tzfile.h in libc/time.  This makes the
tree safe for /usr/include/tzfile.h removal.  The TM_YEAR_BASE
define has been moved to time.h temporarily until its usage is
replaced by 1900 in the tree.  Actual removal of tzfile.h is pending
a ports build.  Based on a diff from deraadt@

Reply via email to