blob: 683c9c951abfd678566ade6b91c424b92c0dee3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-libvncclient_tls__openssl.c,v 1.1 2019/02/25 09:48:26 jperkin Exp $
Bump _XOPEN_SOURCE to the same as other files to avoid C99 issues.
--- libvncclient/tls_openssl.c.orig 2019-01-06 19:09:30.000000000 +0000
+++ libvncclient/tls_openssl.c
@@ -19,7 +19,7 @@
*/
#ifndef _MSC_VER
-#define _XOPEN_SOURCE 500
+#define _XOPEN_SOURCE 600
#endif
#include <rfb/rfbclient.h>
|