Peter Howkins
|
e321b293c1
|
When linking against C++ libraries gcc insists on using the C++ linker
|
2012-03-12 00:44:14 +00:00 |
|
Peter Howkins
|
84139c3575
|
On Linux don't redefine the prototypes to malloc() and realloc() to the wrong
things.
|
2012-03-12 00:37:58 +00:00 |
|
Peter Howkins
|
86909a64f0
|
Linux is a unistdh platform not an osfcn.h
|
2012-03-12 00:35:06 +00:00 |
|
Peter Howkins
|
54e8940874
|
linux is a unistd.h platform not a osfcn.h
|
2012-03-12 00:33:44 +00:00 |
|
Peter Howkins
|
50465f5a87
|
-fpermissive to allow gcc to compile old C++
|
2012-03-12 00:32:10 +00:00 |
|
Peter Howkins
|
0ce783f018
|
Do not redefine prototype of exit() under linux
|
2012-03-12 00:31:10 +00:00 |
|
Peter Howkins
|
ee22401f76
|
Add <unistd.h> include for getopt()
|
2012-03-12 00:29:37 +00:00 |
|
Peter Howkins
|
e2f33fe1dd
|
-fpermissive to allow gcc to compile old C++
|
2012-03-12 00:27:41 +00:00 |
|
Peter Howkins
|
e68afb01e6
|
-fpermissive to allow gcc to compile old C++
|
2012-03-12 00:26:40 +00:00 |
|
Peter Howkins
|
a513d54964
|
-fpermissive to allow gcc to compile old C++
|
2012-03-12 00:25:41 +00:00 |
|
Peter Howkins
|
4a6f362ee7
|
Use socklen_t type for argument for getsockname()
|
2012-03-12 00:25:04 +00:00 |
|
Peter Howkins
|
a2706176db
|
Add int type to previously untyped variable
|
2012-03-12 00:23:06 +00:00 |
|
Peter Howkins
|
8b79b425f8
|
No need to create another version of basename(), there's one available
on Linux
|
2012-03-11 23:58:53 +00:00 |
|
Peter Howkins
|
5aea241fd1
|
Linux uses unistd.h not osfcn.h
|
2012-03-11 23:57:12 +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 |
|