PERFORCE change 97421 for review

Marcel Moolenaar marcel at FreeBSD.org
Thu May 18 20:49:47 UTC 2006


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

Change 97421 by marcel at marcel_nfs on 2006/05/18 20:48:18

	Catch up to the new TTY world order.

Affected files ...

.. //depot/projects/tty/sys/dev/vtc/vtc_core.c#10 edit

Differences ...

==== //depot/projects/tty/sys/dev/vtc/vtc_core.c#10 (text+ko) ====

@@ -234,7 +234,7 @@
 	tp->t_open = vtc_tty_open;
 	tp->t_close = vtc_tty_close;
 	ttyconsolemode(tp, 0);
-	ttycreate(tp, NULL, 0, MINOR_CALLOUT, "V%r", 0);
+	ttycreate(tp, TS_CALLOUT, "V%r", 0);
 
 	SET_FOREACH(iter, vtc_conout_set) {
 		vc = *iter;


More information about the p4-projects mailing list