From 88bd62c9b0c6d7fea06207a1ec160684e8aa0f51 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 31 Oct 1997 05:54:36 +0000 Subject: [PATCH] define NO_SEMUN for svr4 (This used to be commit a43fa71a5fa740ae8757989c4177f21d8193de94) --- source3/include/includes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/include/includes.h b/source3/include/includes.h index 92688dd0046..794380d7d47 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -436,6 +436,7 @@ extern struct passwd *getpwnam(); #define USE_GETCWD #define USE_SETSID #define USE_SYSV_IPC +#define NO_SEMUN #endif -- 2.34.1