diff options
Diffstat (limited to 'testing/iscsi-scst-grsec/2.6.35.patch')
-rw-r--r-- | testing/iscsi-scst-grsec/2.6.35.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/iscsi-scst-grsec/2.6.35.patch b/testing/iscsi-scst-grsec/2.6.35.patch deleted file mode 100644 index 54fde3822..000000000 --- a/testing/iscsi-scst-grsec/2.6.35.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./kernel/conn.c.orig -+++ ./kernel/conn.c -@@ -86,7 +86,7 @@ - switch (sk->sk_family) { - case AF_INET: - snprintf(buf, sizeof(buf), -- "%u.%u.%u.%u", NIPQUAD(inet_sk(sk)->daddr)); -+ "%u.%u.%u.%u", NIPQUAD(inet_sk(sk)->inet_daddr)); - break; - case AF_INET6: - #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29) |