summaryrefslogtreecommitdiff
path: root/misc/screen/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'misc/screen/patches/patch-aa')
-rw-r--r--misc/screen/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/screen/patches/patch-aa b/misc/screen/patches/patch-aa
index ad44606661c..181a0fe7972 100644
--- a/misc/screen/patches/patch-aa
+++ b/misc/screen/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.10 2004/06/16 21:35:00 christos Exp $
+$NetBSD: patch-aa,v 1.11 2012/09/15 09:14:53 apb Exp $
---- pty.c.orig 2003-09-08 10:26:18.000000000 -0400
-+++ pty.c 2004-06-16 17:28:12.000000000 -0400
+--- pty.c.orig 2003-09-08 14:26:18.000000000 +0000
++++ pty.c
@@ -34,7 +34,7 @@
#endif
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.10 2004/06/16 21:35:00 christos Exp $
# include <sys/stropts.h>
#endif
-@@ -332,6 +332,45 @@
+@@ -313,6 +313,45 @@ char **ttyn;
/***************************************************************/
@@ -54,6 +54,6 @@ $NetBSD: patch-aa,v 1.10 2004/06/16 21:35:00 christos Exp $
+
+/***************************************************************/
+
- #ifndef PTY_DONE
+ #if defined(HAVE_OPENPTY) && !defined(PTY_DONE)
+ #define PTY_DONE
int
- OpenPTY(ttyn)