PERFORCE change 89396 for review

Kip Macy kmacy at FreeBSD.org
Sun Jan 8 20:00:40 PST 2006


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

Change 89396 by kmacy at 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;


More information about the p4-projects mailing list