BeOS build fixes:

* On BeOS compatible host platforms we must not include
  BeOSBuildCompatibility.h, but HaikuBuildCompatibility.h.
* Fixed errno usage in command_cp.cpp.
* Fixed fssh_ioctl().
* fssh_set_sem_owner() doesn't invoke BeOS's set_sem_owner() anymore or
  otherwise the FS's semaphores are assigned to the kernel.
* Commented out <string.h> functions that don't exist under BeOS (and aren't
  used anyway).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20934 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-04-30 17:19:19 +00:00
parent a4d337d5dd
commit c3c6ad0a0b
13 changed files with 52 additions and 25 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
* Distributed under the terms of the MIT License.
*/
#include <BeOSBuildCompatibility.h>
#include "compatibility.h"
#include "fssh_os.h"
#include "fssh_time.h"