summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-08-16 07:39:46 +0000
committerAndrew Tridgell <tridge@samba.org>1996-08-16 07:39:46 +0000
commit46277e64a1bcfeff3715ebca3657ef4103ac4664 (patch)
tree9147727d5f3f23daef1bf29e764b5a6d6a6ad421
parent57417cdaba60d718d5d57d5abe00bbe445769cad (diff)
downloadsamba-46277e64a1bcfeff3715ebca3657ef4103ac4664.tar.gz
added support for the Bull Operating System (BOS)
-rw-r--r--source/include/includes.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index fd468abc07f..79400683fe5 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -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
********************************************************************/