PERFORCE change 149126 for review

Julian Elischer julian at FreeBSD.org
Wed Sep 3 16:30:25 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=149126

Change 149126 by julian at julian_trafmon1 on 2008/09/03 16:29:44

	replace code that appears to have been accidentally removed.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/kern/tty.c#6 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/kern/tty.c#6 (text+ko) ====

@@ -1495,6 +1495,8 @@
 		tty_flush(tp, flags);
 		return (0);
 	}
+	case TIOCDRAIN:
+		/* Drain TTY output. */
 		return tty_drain(tp);
 	case TIOCCONS:
 		/* Set terminal as console TTY. */


More information about the p4-projects mailing list