From: Greg Kroah-Hartman Date: Thu, 29 Jul 2021 12:01:26 +0000 (+0200) Subject: fix up queue-4.14/net-split-out-functions-related-to-registering-inflight-socket... X-Git-Tag: v5.13.7~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca2b65d4a79ed12c86c099fb63d395f776cc6e72;p=thirdparty%2Fkernel%2Fstable-queue.git fix up queue-4.14/net-split-out-functions-related-to-registering-inflight-socket-files.patch --- diff --git a/queue-4.14/net-split-out-functions-related-to-registering-inflight-socket-files.patch b/queue-4.14/net-split-out-functions-related-to-registering-inflight-socket-files.patch index 0550370de78..79ff2043388 100644 --- a/queue-4.14/net-split-out-functions-related-to-registering-inflight-socket-files.patch +++ b/queue-4.14/net-split-out-functions-related-to-registering-inflight-socket-files.patch @@ -26,9 +26,9 @@ Signed-off-by: Greg Kroah-Hartman net/unix/Makefile | 2 net/unix/af_unix.c | 63 --------------------- net/unix/garbage.c | 68 ---------------------- - net/unix/scm.c | 148 ++++++++++++++++++++++++++++++++++++++++++++++++++ + net/unix/scm.c | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++ net/unix/scm.h | 10 +++ - 8 files changed, 171 insertions(+), 128 deletions(-) + 8 files changed, 172 insertions(+), 128 deletions(-) create mode 100644 net/unix/scm.c create mode 100644 net/unix/scm.h @@ -238,7 +238,7 @@ Signed-off-by: Greg Kroah-Hartman { --- /dev/null +++ b/net/unix/scm.c -@@ -0,0 +1,148 @@ +@@ -0,0 +1,149 @@ +// SPDX-License-Identifier: GPL-2.0 +#include +#include @@ -249,6 +249,7 @@ Signed-off-by: Greg Kroah-Hartman +#include +#include +#include ++#include + +#include "scm.h" +