PERFORCE change 148335 for review
    Julian Elischer 
    julian at FreeBSD.org
       
    Mon Aug 25 05:11:13 UTC 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=148335
Change 148335 by julian at julian_trafmon1 on 2008/08/25 05:11:03
	 fix accidental deletion
Affected files ...
.. //depot/projects/vimage-commit/src/sys/kern/tty.c#8 edit
Differences ...
==== //depot/projects/vimage-commit/src/sys/kern/tty.c#8 (text+ko) ====
@@ -1508,6 +1508,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