* [LTP] [PATCH] open08.c: Remove redundant headers
@ 2022-07-09 16:50 Avinesh Kumar
2022-07-11 6:27 ` Petr Vorel
0 siblings, 1 reply; 2+ messages in thread
From: Avinesh Kumar @ 2022-07-09 16:50 UTC (permalink / raw)
To: ltp
Signed-off-by: Avinesh Kumar <akumar@suse.de>
---
testcases/kernel/syscalls/open/open08.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/testcases/kernel/syscalls/open/open08.c b/testcases/kernel/syscalls/open/open08.c
index 8bb151447..10f55fb90 100644
--- a/testcases/kernel/syscalls/open/open08.c
+++ b/testcases/kernel/syscalls/open/open08.c
@@ -36,16 +36,8 @@
*/
#define _GNU_SOURCE /* for O_DIRECTORY */
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <stdio.h>
-#include <errno.h>
-#include <sys/mman.h>
-#include <fcntl.h>
-#include <signal.h>
#include <pwd.h>
#include "tst_test.h"
-#include "tst_get_bad_addr.h"
static char *existing_fname = "open08_testfile";
static char *toolong_fname = "abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstmnopqrstuvwxyzabcdefghijklmnopqrstmnopqrstuvwxyzabcdefghijklmnopqrstmnopqrstuvwxyzabcdefghijklmnopqrstmnopqrstuvwxyzabcdefghijklmnopqrstmnopqrstuvwxyzabcdefghijklmnopqrstmnopqrstuvwxyz";
--
2.36.1
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [LTP] [PATCH] open08.c: Remove redundant headers
2022-07-09 16:50 [LTP] [PATCH] open08.c: Remove redundant headers Avinesh Kumar
@ 2022-07-11 6:27 ` Petr Vorel
0 siblings, 0 replies; 2+ messages in thread
From: Petr Vorel @ 2022-07-11 6:27 UTC (permalink / raw)
To: Avinesh Kumar; +Cc: ltp
Hi Avinesh,
merged this one, thanks!
Kind regards,
Petr
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-11 6:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-09 16:50 [LTP] [PATCH] open08.c: Remove redundant headers Avinesh Kumar
2022-07-11 6:27 ` Petr Vorel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.