emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/ptx4-2.h [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/s/ptx4-2.h [lexbind]
Date: Tue, 14 Oct 2003 19:23:17 -0400

Index: emacs/src/s/ptx4-2.h
diff -c /dev/null emacs/src/s/ptx4-2.h:1.1.18.1
*** /dev/null   Tue Oct 14 19:23:17 2003
--- emacs/src/s/ptx4-2.h        Tue Oct 14 19:22:53 2003
***************
*** 0 ****
--- 1,20 ----
+ #include "ptx4.h"
+ 
+ /* Gelling Kevan (address@hidden)
+    says that PTX 4.2.3 needs this version.  */
+ #undef SETUP_SLAVE_PTY
+ #define SETUP_SLAVE_PTY \
+     if (ioctl (xforkin, I_PUSH, "ptem") == -1)    \
+       fatal ("ioctl I_PUSH ptem", errno);        \
+     if (ioctl (xforkin, I_PUSH, "ldterm") == -1)  \
+       fatal ("ioctl I_PUSH ldterm", errno);
+ 
+ /* Gelling Kevan (address@hidden)
+    says that gmalloc.c needs _POSIX_SOURCE.
+    This defines _POSIX_SOURCE only for gmalloc.c.  */
+ #ifdef _MALLOC_INTERNAL
+ #define _POSIX_SOURCE
+ #endif
+ 
+ /* arch-tag: 10a9fab3-9e84-4e9e-9535-6ff42baf9e77
+    (do not change this comment) */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]