diff src/sysdep.c @ 153:25f70ba0133c r20-3b3

Import from CVS: tag r20-3b3
author cvs
date Mon, 13 Aug 2007 09:38:25 +0200
parents 9f59509498e1
children 43dd3413c7c7
line wrap: on
line diff
--- a/src/sysdep.c	Mon Aug 13 09:37:21 2007 +0200
+++ b/src/sysdep.c	Mon Aug 13 09:38:25 2007 +0200
@@ -1322,7 +1322,8 @@
 /*        Getting and setting emacs_tty structures        */
 /* ------------------------------------------------------ */
 
-#ifdef HAVE_TTY
+/* It's wrong to encase these into #ifdef HAVE_TTY because we need
+   them for child TTY processes.  */
 
 /* Set *TC to the parameters associated with the terminal FD.
    Return zero if all's well, or -1 if we ran into an error we
@@ -1463,8 +1464,6 @@
   return 0;
 }
 
-#endif
-
 
 /* ------------------------------------------------------ */
 /*                 Initializing a device                  */