cdesktopenv/cde/programs/dtcm/libDtCmP
Jon Trulson 9369d1d5b9 dtcm: timeops.c/getdate.y: fix fbsd build errors
Commit e0508b31 introduced build errors on FreeBSD.  This corrects
them.

HAVE_DECL_TIMEZONE should only be used to determine whether or not the
'timezone' variable is defined in a header file or whether it must be
specifically 'extern'ed.

On fbsd, a definition exists, but it is a function in libc and not an
integer timezone value that can be mutliplied or divided.
2021-10-23 21:59:33 -06:00
..
Makefile.am Remove $(TIRPCINC) from all Makefile.am files - it no longer exists 2019-11-20 18:52:29 -07:00
cm_tty.c dtcm: include <iso8601.h> of libcsa to resolve type mismatch 2021-10-12 17:24:26 +09:00
cm_tty.h Centralize catgets() calls through MsgCat 2021-06-02 19:55:15 -06:00
cmfns.c Spelling fixes 2018-05-31 22:23:19 -06:00
cmfns.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
dtfns.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
dtfns.h Spelling fixes 2018-05-31 22:23:19 -06:00
getdate.h dtcm: Always use ANSI function prototypes 2020-11-29 01:55:09 +00:00
getdate.y dtcm: timeops.c/getdate.y: fix fbsd build errors 2021-10-23 21:59:33 -06:00
libdtcm.msg
props.c Centralize catgets() calls through MsgCat 2021-06-02 19:55:15 -06:00
props.h dtcm: Always use ANSI function prototypes 2020-11-29 01:55:09 +00:00
resource.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
resource.h dtcm: Always use ANSI function prototypes 2020-11-29 01:55:09 +00:00
timeops.c dtcm: timeops.c/getdate.y: fix fbsd build errors 2021-10-23 21:59:33 -06:00
timeops.h dtcm: Always use ANSI function prototypes 2020-11-29 01:55:09 +00:00
util.c dtcm: include <iso8601.h> of libcsa to resolve type mismatch 2021-10-12 17:24:26 +09:00
util.h dtcm: Always use ANSI function prototypes 2020-11-29 01:55:09 +00:00