2 * Copyright 2007, Ingo Weinhold, bonefish@cs.tu-berlin.de.
3 * Distributed under the terms of the MIT License.
6 #include "compatibility.h"
8 #include "fssh_errno.h"
28 fssh_set_errno(int error
)
34 fssh_to_host_error(int error
)
36 #if (defined(__BEOS__) || defined(__HAIKU__))
39 return _haiku_to_host_error(error
);