comparison 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
comparison
equal deleted inserted replaced
152:4c132ee2d62b 153:25f70ba0133c
1320 1320
1321 /* ------------------------------------------------------ */ 1321 /* ------------------------------------------------------ */
1322 /* Getting and setting emacs_tty structures */ 1322 /* Getting and setting emacs_tty structures */
1323 /* ------------------------------------------------------ */ 1323 /* ------------------------------------------------------ */
1324 1324
1325 #ifdef HAVE_TTY 1325 /* It's wrong to encase these into #ifdef HAVE_TTY because we need
1326 them for child TTY processes. */
1326 1327
1327 /* Set *TC to the parameters associated with the terminal FD. 1328 /* Set *TC to the parameters associated with the terminal FD.
1328 Return zero if all's well, or -1 if we ran into an error we 1329 Return zero if all's well, or -1 if we ran into an error we
1329 couldn't deal with. */ 1330 couldn't deal with. */
1330 int 1331 int
1460 #endif 1461 #endif
1461 1462
1462 /* We have survived the tempest. */ 1463 /* We have survived the tempest. */
1463 return 0; 1464 return 0;
1464 } 1465 }
1465
1466 #endif
1467 1466
1468 1467
1469 /* ------------------------------------------------------ */ 1468 /* ------------------------------------------------------ */
1470 /* Initializing a device */ 1469 /* Initializing a device */
1471 /* ------------------------------------------------------ */ 1470 /* ------------------------------------------------------ */