cdesktopenv/cde/programs/dtcalc
Pascal Stumpf 0bbd4ff9aa Get rid of malloc.h.
This is a non-POSIX/ISO-C header.  It is ok to include this on Linux, but it
is obsolete on BSD; FreeBSD even throws an error if you include it with
__STDC__ defined.  Every system should nowadays have malloc() defined in
stdlib.h.

Diff is largely mechanical, replacing malloc.h with stdlib.h where it is not
yet included anyway.
2012-08-12 14:20:58 -06:00
..
Dtcalc Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Imakefile Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
calctool.c Get rid of malloc.h. 2012-08-12 14:20:58 -06:00
calctool.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
ds_common.c dtcalc: warning prevention, add <stdlib.h> include for prototype of free() 2012-08-09 12:08:46 +01:00
ds_common.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
ds_popup.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
ds_popup.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
ds_widget.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
ds_widget.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
ds_xlib.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
ds_xlib.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtcalc.man Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
dtcalc.msg Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
functions.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
help.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
motif.c OpenBSD patches for dtcalc, dtdocbook, dthelp and dtimsstart. 2012-08-11 19:43:41 -06:00
motif.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
mp.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
patchlevel.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
text.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
version.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00