The branch, master has been updated
via 5ce5263 lib: Trim blocking.c
from 7829395 dsdb: Rename a parameter
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 5ce52633d5d720dddb13d825dd3f2894b7d057f3
Author: Volker Lendecke <[email protected]>
Date: Wed Jul 1 11:44:09 2015 +0200
lib: Trim blocking.c
Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Martin Schwenke <[email protected]>
Autobuild-User(master): Martin Schwenke <[email protected]>
Autobuild-Date(master): Wed Jul 1 17:12:48 CEST 2015 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
lib/util/blocking.c | 7 -------
1 file changed, 7 deletions(-)
Changeset truncated at 500 lines:
diff --git a/lib/util/blocking.c b/lib/util/blocking.c
index 358eda0..0d845c0 100644
--- a/lib/util/blocking.c
+++ b/lib/util/blocking.c
@@ -22,15 +22,8 @@
*/
#include "replace.h"
-#include "system/network.h"
#include "system/filesys.h"
-#include "system/locale.h"
#include "blocking.h"
-#undef malloc
-#undef strcasecmp
-#undef strncasecmp
-#undef strdup
-#undef realloc
/**
Set a fd into blocking/nonblocking mode. Uses POSIX O_NONBLOCK if available,
--
Samba Shared Repository