ports/x11/remmina/patches/patch-src_remmina_ssh_c

13 lines
314 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/remmina_ssh.c
--- src/remmina_ssh.c.orig
+++ src/remmina_ssh.c
@@ -40,7 +40,7 @@
#ifdef HAVE_LIBSSH
/* To get definitions of NI_MAXHOST and NI_MAXSERV from <netdb.h> */
-#define _DEFAULT_SOURCE
+#define _BSD_SOURCE
#define _DARWIN_C_SOURCE
/* Define this before stdlib.h to have posix_openpt */