1
0
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:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent 57417cdaba
commit 46277e64a1

View File

@ -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
********************************************************************/