diff options
Diffstat (limited to 'target/linux/generic/patches-4.9/901-debloat_sock_diag.patch')
-rw-r--r-- | target/linux/generic/patches-4.9/901-debloat_sock_diag.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.9/901-debloat_sock_diag.patch b/target/linux/generic/patches-4.9/901-debloat_sock_diag.patch index dec8d2eeec..237bcea88b 100644 --- a/target/linux/generic/patches-4.9/901-debloat_sock_diag.patch +++ b/target/linux/generic/patches-4.9/901-debloat_sock_diag.patch @@ -25,7 +25,7 @@ obj-$(CONFIG_PROC_FS) += net-procfs.o --- a/net/core/sock.c +++ b/net/core/sock.c -@@ -1455,9 +1455,11 @@ void sk_destruct(struct sock *sk) +@@ -1460,9 +1460,11 @@ void sk_destruct(struct sock *sk) static void __sk_free(struct sock *sk) { |