diff options
-rw-r--r-- | source3/include/includes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index bcf79ac79a..3057531f7f 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -224,9 +224,12 @@ Here come some platform specific sections #define HAVE_BZERO #define HAVE_MEMMOVE #define USE_SIGBLOCK +#if 0 +/* SETFS disabled until we can check on some bug reports */ #if _LINUX_C_LIB_VERSION_MAJOR >= 5 #define USE_SETFS #endif +#endif #ifdef SHADOW_PWD #ifndef crypt #define crypt pw_encrypt |