~bjori/php/5.next

« back to all changes in this revision

Viewing changes to debian/patches/112-proc_open.patch

  • Committer: Hannes Magnusson
  • Date: 2011-05-05 17:43:35 UTC
  • Revision ID: git-v1:0a9e3743fa674606d388326280f28238b9806772
Remove all sorts of weird patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- a/ext/standard/proc_open.c
2
 
+++ b/ext/standard/proc_open.c
3
 
@@ -62,7 +62,7 @@
4
 
  * */
5
 
 #ifdef PHP_CAN_SUPPORT_PROC_OPEN
6
 
 
7
 
-#if 0 && HAVE_PTSNAME && HAVE_GRANTPT && HAVE_UNLOCKPT && HAVE_SYS_IOCTL_H && HAVE_TERMIOS_H
8
 
+#if HAVE_PTSNAME && HAVE_GRANTPT && HAVE_UNLOCKPT && HAVE_SYS_IOCTL_H && HAVE_TERMIOS_H
9
 
 # include <sys/ioctl.h>
10
 
 # include <termios.h>
11
 
 # define PHP_CAN_DO_PTS        1