PERFORCE change 133716 for review

Scott Long scottl at FreeBSD.org
Sat Jan 19 23:31:47 PST 2008


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

Change 133716 by scottl at scottl-deimos on 2008/01/20 07:31:23

	Fix a compile error.

Affected files ...

.. //depot/projects/xen31-xenbus/sys/xen/xenbus/xenbus_probe.c#5 edit

Differences ...

==== //depot/projects/xen31-xenbus/sys/xen/xenbus/xenbus_probe.c#5 (text+ko) ====

@@ -990,7 +990,6 @@
 	LIST_INIT(&xenbus_device_frontend_list);
 	LIST_INIT(&xenbus_device_backend_list);
 	LIST_INIT(&xendrv_list);
-	LIST_INIT(&sc->children);
 
 #if 0
 	if (xen_init() < 0) {


More information about the p4-projects mailing list