diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-08-14 15:00:00 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-08-14 15:00:00 +0000 |
commit | 424814bed710a96d87786763b851a11ea1103026 (patch) | |
tree | da33ff606311891a67600295cd4b421117c8fa34 | |
parent | 16f10b333da0956cc501f77777957753d7e156b2 (diff) | |
download | samba-424814bed710a96d87786763b851a11ea1103026.tar.gz |
disabled SETFS (which was only enabled for Linux) until we resolve a
couple of bug reports that may be caused by it.
Andrew
-rw-r--r-- | source/include/includes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h index bcf79ac79a3..3057531f7fa 100644 --- a/source/include/includes.h +++ b/source/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 |