summaryrefslogtreecommitdiff
path: root/security/putty/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'security/putty/patches/patch-ah')
-rw-r--r--security/putty/patches/patch-ah17
1 files changed, 0 insertions, 17 deletions
diff --git a/security/putty/patches/patch-ah b/security/putty/patches/patch-ah
deleted file mode 100644
index 030692c561e..00000000000
--- a/security/putty/patches/patch-ah
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ah,v 1.2 2005/04/13 16:45:46 rillig Exp $
-
---- unix/uxpty.c.orig 2005-04-06 23:16:28.000000000 +0200
-+++ unix/uxpty.c 2005-04-06 23:28:38.000000000 +0200
-@@ -2,8 +2,10 @@
- * Pseudo-tty backend for pterm.
- */
-
--#define _XOPEN_SOURCE 600
--#define _XOPEN_SOURCE_EXTENDED
-+/* Don't use _XOPEN_SOURCE/_XOPEN_SOURCE_EXTENDED here, because
-+ * we are using strsignal() (which is not defined in POSIX).
-+ */
-+
- #define _GNU_SOURCE
-
- #include <stdio.h>