summaryrefslogtreecommitdiff
path: root/net/echoping/files/patch-smtp.c
blob: 2f9a17051041444e66ffcf8228064d35408e7ecc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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)