1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net/sniproxy/files/patch-src_tls.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

11 lines
207 B
C

--- src/tls.h.orig 2018-12-06 04:14:58 UTC
+++ src/tls.h
@@ -28,6 +28,6 @@
#include "protocol.h"
-const struct Protocol *const tls_protocol;
+extern const struct Protocol *const tls_protocol;
#endif