Am 30.11.2011 23:32, schrieb David Holmes:
On 30/11/2011 11:15 PM, Ulf Zibis wrote:
I more would like src/posix + src/winapi
Combining Flat vs Hierarchical advantages:
src/common or 'general' or 'independent' in homage to platform-independent
src/posix
src/posix.BSD
src/posix.GNU
src/posix.GN
Am 30.11.2011 18:16, schrieb Phil Race:
On 11/30/2011 5:15 AM, Ulf Zibis wrote:
Am 30.11.2011 13:10, schrieb Dmitry Samersoff:
count me too for src/unix
+1
I more would like src/posix + src/winapi
Which would be wrong. Its not just posix. More of the code in src/solaris
is related to UI s
Ulf,
The problem is that (e.g.) MacOS or OpenBSD
share some code from generic_unix and generic_bsd but has some unique
code as well.
We have to keep this logic somewhere.
We have at least three options:
1. #ifdef -
pro we can slowly migrate from
#ifdef OpenBSD to #ifdef HAVE_M