added support for the Bull Operating System (BOS)
authorAndrew Tridgell <tridge@samba.org>
Fri, 16 Aug 1996 07:39:46 +0000 (07:39 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 16 Aug 1996 07:39:46 +0000 (07:39 +0000)
source/include/includes.h

index fd468abc07f1580d29e100c81d4aab7cf2b0b6bc..79400683fe56f005f239f16cc87cf092ae8ef2e1 100644 (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
 ********************************************************************/