diff options
author | Stefan Metzmacher <metze@samba.org> | 2018-03-20 16:49:30 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2018-04-03 16:41:09 +0200 |
commit | f2ff61ce9e8ab56d8a69fce29c9f214d5d98f89e (patch) | |
tree | e094b0672c2da2fa9f00dfbcd609499cab7ef096 /lib/util | |
parent | 6b75d2c650aa9ee632122fa87ea8a2a98f1fa613 (diff) | |
download | samba-f2ff61ce9e8ab56d8a69fce29c9f214d5d98f89e.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>
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/tests/tfork.c | 1 |
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) |