mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
11 lines
214 B
C
11 lines
214 B
C
--- 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)
|