Date: Mon, 9 Jan 2006 04:00:34 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 89396 for review Message-ID: <200601090400.k0940Yud089213@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=89396 Change 89396 by kmacy@kmacy:freebsd7_xen3 on 2006/01/09 04:00:00 fix for compilation error caused by integrate Affected files ... .. //depot/projects/xen3/src/sys/dev/xen/console/console.c#5 edit Differences ... ==== //depot/projects/xen3/src/sys/dev/xen/console/console.c#5 (text+ko) ==== @@ -231,7 +231,7 @@ } sc->xc_dev = make_dev(&xc_cdevsw, 0, UID_ROOT, GID_WHEEL, 0600, "xc%r", 0); - xccons = ttymalloc(NULL); + xccons = ttyalloc(); sc->xc_dev->si_drv1 = (void *)sc; sc->xc_dev->si_tty = xccons;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601090400.k0940Yud089213>