ports/net/echoping/patches/patch-http_c

15 lines
330 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Fix -fno-common, https://svnweb.freebsd.org/ports?view=revision&revision=545509
Index: http.c
--- http.c.orig
+++ http.c
@@ -6,7 +6,7 @@
#include "HTParse.h"
-char big_recvline[MAXTOREAD];
+static char big_recvline[MAXTOREAD];
char *
make_http_sendline(char *url, char *host, int port, int nocache)