From 8508c953b128a3aecf99cb003d7773a3d40be789 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 16 Aug 1996 07:39:46 +0000 Subject: added support for the Bull Operating System (BOS) (This used to be commit 46277e64a1bcfeff3715ebca3657ef4103ac4664) --- source3/include/includes.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index fd468abc07..79400683fe 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -891,6 +891,20 @@ typedef int mode_t; #endif +#ifdef BOS +#define SIGNAL_CAST (void (*)(int)) +#include +#include +#include +#include +#include +#include +#include +#include +#endif + + + /******************************************************************* end of the platform specific sections ********************************************************************/ -- cgit