=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/time.h,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/include/time.h 2015/03/15 00:41:27 1.26 --- src/include/time.h 2015/03/17 19:31:30 1.27 *************** *** 1,4 **** ! /* $OpenBSD: time.h,v 1.26 2015/03/15 00:41:27 millert Exp $ */ /* $NetBSD: time.h,v 1.9 1994/10/26 00:56:35 cgd Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: time.h,v 1.27 2015/03/17 19:31:30 millert Exp $ */ /* $NetBSD: time.h,v 1.9 1994/10/26 00:56:35 cgd Exp $ */ /* *************** *** 166,176 **** #endif #if __BSD_VISIBLE - - #ifndef TM_YEAR_BASE - #define TM_YEAR_BASE 1900 - #endif - char *timezone(int, int); void tzsetwall(void); time_t timelocal(struct tm *); --- 166,171 ----