projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7c5433
)
Revert "tools: ynl: Remove duplicated include in handshake-user.c"
author
Jakub Kicinski
<kuba@kernel.org>
Fri, 9 Jun 2023 18:00:59 +0000
(11:00 -0700)
committer
Jakub Kicinski
<kuba@kernel.org>
Fri, 9 Jun 2023 18:01:04 +0000
(11:01 -0700)
This reverts commit
e7c5433c5aaab52ddd5448967a9a5db94a3939cc
.
Commit
e7c5433c5aaa
("tools: ynl: Remove duplicated include
in handshake-user.c") was applied too hastily. It changes
an auto-generated file, and there's already a proper fix
on the list.
Link:
https://lore.kernel.org/all/ZIMPLYi%2FxRih+DlC@nanopsycho/
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/net/ynl/generated/handshake-user.c
patch
|
blob
|
history
diff --git
a/tools/net/ynl/generated/handshake-user.c
b/tools/net/ynl/generated/handshake-user.c
index 9ffe9fc58e51cd556ac9c7caf210c47a1a5b9931..72eb1c52a8fc95ebb65bf098fac6126cacda7990 100644
(file)
--- a/
tools/net/ynl/generated/handshake-user.c
+++ b/
tools/net/ynl/generated/handshake-user.c
@@
-8,6
+8,7
@@
#include "ynl.h"
#include <linux/handshake.h>
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <libmnl/libmnl.h>