summaryrefslogtreecommitdiff
path: root/net/echoping/files/patch-smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/echoping/files/patch-smtp.c')
-rw-r--r--net/echoping/files/patch-smtp.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/echoping/files/patch-smtp.c b/net/echoping/files/patch-smtp.c
deleted file mode 100644
index 2f9a17051041..000000000000
--- a/net/echoping/files/patch-smtp.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- smtp.c.orig 2019-12-29 10:14:41 UTC
-+++ smtp.c
-@@ -8,7 +8,7 @@
-
- #ifdef SMTP
-
--char big_recvline[MAXTOREAD];
-+static char big_recvline[MAXTOREAD];
-
- int
- smtp_read_response_from_server(FILE * fs)