* Corrected compatibility note. I wonder why I share my wisdom on the public
mailing list if I am then asked to do the work myself ;-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38016 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -41,8 +41,10 @@ some specific examples:
|
|||||||
source and binary incompatible.
|
source and binary incompatible.
|
||||||
- The file system API has changed; file systems that worked on BeOS will no
|
- The file system API has changed; file systems that worked on BeOS will no
|
||||||
longer work on Haiku.
|
longer work on Haiku.
|
||||||
- Haiku is not compatible with the Network kit, nor with BONE. Instead, we have
|
- Haiku is binary compatible with the Network Kit in BeOS R5 as well as BONE,
|
||||||
both UNIX sockets and a new C++ API.
|
ie. the BSD socket API as well as Be's proprietary C++ API.
|
||||||
|
However, the ioctl() interface is not compatible with BONE (BeOS R5 did not
|
||||||
|
have such an interface in the first place).
|
||||||
- In several places we also dropped compatibility support for older BeOS
|
- In several places we also dropped compatibility support for older BeOS
|
||||||
versions (PR2, R3, R4), which BeOS R5 still featured.
|
versions (PR2, R3, R4), which BeOS R5 still featured.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user