* update to 4.10.6 * use python3 * disable SERVER_AD_DC option (bugged atm) * fix init script symlink smb.conf detection * add new deps (libtasn1, libopenssl) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
13 lines
216 B
Diff
13 lines
216 B
Diff
--- a/lib/replace/replace.h
|
|
+++ b/lib/replace/replace.h
|
|
@@ -162,10 +162,6 @@
|
|
#include <bsd/unistd.h>
|
|
#endif
|
|
|
|
-#ifdef HAVE_UNISTD_H
|
|
-#include <unistd.h>
|
|
-#endif
|
|
-
|
|
#ifdef HAVE_STRING_H
|
|
#include <string.h>
|
|
#endif
|