Fix compilation error.

This commit is contained in:
Nick Roberts
2010-08-05 17:18:55 +12:00
parent 9164c0e4b1
commit 3d15fe78eb

View File

@@ -522,7 +522,7 @@ child_setup_tty (int out)
s.main.c_lflag |= ICANON; /* Enable line editing and eof processing */
s.main.c_cc[VEOF] = 'D'&037; /* Control-D */
#ifdef 0 /* These settins only apply to non-ICANON mode. */
#if 0 /* These settings only apply to non-ICANON mode. */
s.main.c_cc[VMIN] = 1;
s.main.c_cc[VTIME] = 0;
#endif