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
Pascal Stumpf
131c7a9e04
Imakefile diffs for OpenBSD.
2012-08-11 19:23:43 -06:00
Pascal Stumpf
3d5a492038
OpenBSD fixes for DtPrint and csa.
2012-08-10 06:18:28 -06:00
Marc Balmer
1d935059fb
Fix more sprintf calls.
2012-08-09 11:57:34 -06:00
Jon Trulson
84e3c43b90
agent.c: oops - include poll.h, not sys/poll.h
2012-06-19 17:31:28 -06:00
Jon Trulson
d5deec6e72
csa/agent.c: use select rather than poll
2012-06-19 16:51:25 -06:00
Peter Howkins
f4a6262757
Also use internal __fds_bits instead of fds_bits
2012-03-11 16:17:39 +00:00
Peter Howkins
034813b328
On linux do not prototype strdup()
2012-03-11 16:16:00 +00:00
Peter Howkins
b2b6d0d386
Undefine SVR4 whilst including #include <X11/Xos_r.h> to prevent sys/byteorder.h
...
missing header error.
2012-03-11 16:14:04 +00:00
Peter Howkins
bcfc468cdc
Use internal __fds_bit variable on Linux, this doesn't seem great.
2012-03-11 16:05:20 +00:00
Peter Howkins
c884521619
Add GNU LGPL headers to all .c .C and .h files
2012-03-10 18:58:32 +00:00
Peter Howkins
83b6996daa
Initial import of the CDE 2.1.30 sources from the Open Group.
2012-03-10 18:21:40 +00:00