ports/net/sniproxy/files/patch-src_http.h
Stefan Eßer fbc199c7c7 Fix build with -fno-common and remove the now osbolete -fcommon option.
While here fix 2 white-space issues reported by portlint.

Approved by:   krion (maintainer)
2020-09-22 20:36:45 +00:00

10 lines
229 B
C

--- src/http.h.orig 2018-12-06 04:14:58 UTC
+++ src/http.h
@@ -29,6 +29,6 @@
#include <stdio.h>
#include "protocol.h"
-const struct Protocol *const http_protocol;
+extern const struct Protocol *const http_protocol;
#endif