* [PATCH] linux-user: Clean up unused header
@ 2024-10-15 14:09 Gustavo Romero
2024-10-15 14:48 ` Philippe Mathieu-Daudé
2024-10-15 14:50 ` Richard Henderson
0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Romero @ 2024-10-15 14:09 UTC (permalink / raw)
To: qemu-devel; +Cc: gustavo.romero
Clean up unused (already commented-out) header from syscall.c.
Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
---
linux-user/syscall.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 1354e75694..d1b0f7c5bb 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -54,7 +54,6 @@
#include <utime.h>
#include <sys/sysinfo.h>
#include <sys/signalfd.h>
-//#include <sys/user.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] linux-user: Clean up unused header
2024-10-15 14:09 [PATCH] linux-user: Clean up unused header Gustavo Romero
@ 2024-10-15 14:48 ` Philippe Mathieu-Daudé
2024-10-15 14:50 ` Richard Henderson
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-10-15 14:48 UTC (permalink / raw)
To: Gustavo Romero, qemu-devel
On 15/10/24 11:09, Gustavo Romero wrote:
> Clean up unused (already commented-out) header from syscall.c.
>
> Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
> ---
> linux-user/syscall.c | 1 -
> 1 file changed, 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] linux-user: Clean up unused header
2024-10-15 14:09 [PATCH] linux-user: Clean up unused header Gustavo Romero
2024-10-15 14:48 ` Philippe Mathieu-Daudé
@ 2024-10-15 14:50 ` Richard Henderson
1 sibling, 0 replies; 3+ messages in thread
From: Richard Henderson @ 2024-10-15 14:50 UTC (permalink / raw)
To: Gustavo Romero, qemu-devel, qemu-trivial
On 10/15/24 07:09, Gustavo Romero wrote:
> Clean up unused (already commented-out) header from syscall.c.
>
> Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
> ---
> linux-user/syscall.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/linux-user/syscall.c b/linux-user/syscall.c
> index 1354e75694..d1b0f7c5bb 100644
> --- a/linux-user/syscall.c
> +++ b/linux-user/syscall.c
> @@ -54,7 +54,6 @@
> #include <utime.h>
> #include <sys/sysinfo.h>
> #include <sys/signalfd.h>
> -//#include <sys/user.h>
> #include <netinet/in.h>
> #include <netinet/ip.h>
> #include <netinet/tcp.h>
Cc: qemu-trivial
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-15 14:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15 14:09 [PATCH] linux-user: Clean up unused header Gustavo Romero
2024-10-15 14:48 ` Philippe Mathieu-Daudé
2024-10-15 14:50 ` Richard Henderson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).