mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
added support for the Bull Operating System (BOS)
This commit is contained in:
parent
57417cdaba
commit
46277e64a1
@ -891,6 +891,20 @@ typedef int mode_t;
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef BOS
|
||||
#define SIGNAL_CAST (void (*)(int))
|
||||
#include <string.h>
|
||||
#include <sys/dir.h>
|
||||
#include <sys/select.h>
|
||||
#include <dirent.h>
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
#include <sys/statfs.h>
|
||||
#include <sys/bsdioctl.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/*******************************************************************
|
||||
end of the platform specific sections
|
||||
********************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user