summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-03-20 16:49:30 +0100
committerKarolin Seeger <kseeger@samba.org>2018-04-20 11:56:22 +0200
commitcd2cc69eb46e561155856355c513b3acdb6af9dc (patch)
treeb29a51e8f79ade12f4eed4aeda8037e71e72aa2f
parentf8abea57ec7c143cf793f502793a411f5cdd17f1 (diff)
downloadsamba-cd2cc69eb46e561155856355c513b3acdb6af9dc.tar.gz
lib/util: remove unused '#include <sys/syscall.h>' from tests/tfork.c
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13342 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> (cherry picked from commit f2ff61ce9e8ab56d8a69fce29c9f214d5d98f89e)
-rw-r--r--lib/util/tests/tfork.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util/tests/tfork.c b/lib/util/tests/tfork.c
index bf642fe37c9..9bcdc2f3d6d 100644
--- a/lib/util/tests/tfork.c
+++ b/lib/util/tests/tfork.c
@@ -32,7 +32,6 @@
#include "lib/util/sys_rw.h"
#ifdef HAVE_PTHREAD
#include <pthread.h>
-#include <sys/syscall.h>
#endif
static bool test_tfork_simple(struct torture_context *tctx)