summaryrefslogtreecommitdiff
path: root/sysutils/screen/files/patch-pty.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2014-04-30 04:22:34 +0000
committerCy Schubert <cy@FreeBSD.org>2014-04-30 04:22:34 +0000
commitb55f1ca0fbe6f289b7e22b4b0370714b90f154ef (patch)
tree41acca650b9b19788e148e639378ff3493730f12 /sysutils/screen/files/patch-pty.c
parentPrepare for screen 4.2.1. Screen 4.0.3 becomes screen-legacy. (diff)
Update screen 4.0.3 --> 4.2.1.
Put final touches onto screen-legacy.
Notes
Notes: svn path=/head/; revision=352669
Diffstat (limited to 'sysutils/screen/files/patch-pty.c')
-rw-r--r--sysutils/screen/files/patch-pty.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/screen/files/patch-pty.c b/sysutils/screen/files/patch-pty.c
deleted file mode 100644
index 352a37e704b5..000000000000
--- a/sysutils/screen/files/patch-pty.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- pty.c.orig Mon Feb 6 18:54:37 2006
-+++ pty.c Mon Feb 6 18:56:50 2006
-@@ -33,10 +33,12 @@
- # include <sys/ioctl.h>
- #endif
-
-+#ifndef __FreeBSD__
- /* for solaris 2.1, Unixware (SVR4.2) and possibly others */
- #ifdef HAVE_SVR4_PTYS
- # include <sys/stropts.h>
- #endif
-+#endif
-
- #if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL)
- # include <sys/ttold.h>