]> granicus.if.org Git - strace/commitdiff
tests: use scno.h in finit_module, kcmp, renameat2 tests
authorEugene Syromyatnikov <evgsyr@gmail.com>
Tue, 20 Dec 2016 23:49:04 +0000 (02:49 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 22 Dec 2016 23:11:02 +0000 (23:11 +0000)
* tests/finit_module.c: Include "scno.h".
* tests/kcmp.c: Likewise.
* tests/renameat2.c: Likewise.

tests/finit_module.c
tests/kcmp.c
tests/renameat2.c

index 0394fad110271ab30fbcc5995da800f58bc8ae4c..3f0178f73d7931eccb3e4539708de6fa677155d6 100644 (file)
@@ -30,6 +30,7 @@
 #include "tests.h"
 
 #include <asm/unistd.h>
+#include "scno.h"
 
 #if defined(__NR_finit_module)
 
index 0f43c634756fdd983d869071093093d46fb119ab..cb497c9f2f6aa58c8fa4cce2e1404b2558213221 100644 (file)
@@ -30,6 +30,7 @@
 #include "tests.h"
 
 #include <asm/unistd.h>
+#include "scno.h"
 
 #ifdef __NR_kcmp
 
index ea5718513be9e35edf56ac0296fcacd4af00d1f3..33f8898845343e993a9db835df5667a3d46e2e2d 100644 (file)
@@ -29,6 +29,7 @@
 
 #include "tests.h"
 #include <asm/unistd.h>
+#include "scno.h"
 
 #ifdef __NR_renameat2