mirror of
https://github.com/samba-team/samba.git
synced 2025-11-30 20:23:49 +03:00
disabled SETFS (which was only enabled for Linux) until we resolve a
couple of bug reports that may be caused by it. Andrew
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user