emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to src/s/ptx4-2.h
Date: Sun, 13 Jan 2008 18:29:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/01/13 18:29:54

Index: src/s/ptx4-2.h
===================================================================
RCS file: src/s/ptx4-2.h
diff -N src/s/ptx4-2.h
--- src/s/ptx4-2.h      1 Sep 2003 15:45:58 -0000       1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,20 +0,0 @@
-#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]