svn commit: r263377 - head/sys/xen

Warner Losh imp at FreeBSD.org
Wed Mar 19 20:40:58 UTC 2014


Author: imp
Date: Wed Mar 19 20:40:57 2014
New Revision: 263377
URL: http://svnweb.freebsd.org/changeset/base/263377

Log:
  Revert last change, it breaks other things.

Modified:
  head/sys/xen/xen-os.h

Modified: head/sys/xen/xen-os.h
==============================================================================
--- head/sys/xen/xen-os.h	Wed Mar 19 19:33:55 2014	(r263376)
+++ head/sys/xen/xen-os.h	Wed Mar 19 20:40:57 2014	(r263377)
@@ -54,6 +54,7 @@ extern shared_info_t *HYPERVISOR_shared_
 extern start_info_t *HYPERVISOR_start_info;
 
 /* XXX: we need to get rid of this and use HYPERVISOR_start_info directly */
+extern struct xenstore_domain_interface *xen_store;
 extern char *console_page;
 
 enum xen_domain_type {


More information about the svn-src-head mailing list