Date: Thu, 18 May 2006 20:49:16 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 97421 for review Message-ID: <200605182049.k4IKnG2H009467@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97421 Change 97421 by marcel@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605182049.k4IKnG2H009467>