1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

added support for the Bull Operating System (BOS)

This commit is contained in:
Andrew Tridgell -
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
********************************************************************/