Author: dim Date: Fri Oct 18 17:08:23 2013 New Revision: 256747 URL: http://svnweb.freebsd.org/changeset/base/256747
Log: MFC r256746: Remove redundant redeclaration of gdtset in sys/xen/xen-os.h, to silence a gcc warning. Approved by: re (glebius) Modified: stable/10/sys/xen/xen-os.h Directory Properties: stable/10/sys/ (props changed) Modified: stable/10/sys/xen/xen-os.h ============================================================================== --- stable/10/sys/xen/xen-os.h Fri Oct 18 17:06:13 2013 (r256746) +++ stable/10/sys/xen/xen-os.h Fri Oct 18 17:08:23 2013 (r256747) @@ -50,8 +50,6 @@ /* Force a proper event-channel callback from Xen. */ void force_evtchn_callback(void); -extern int gdtset; - extern shared_info_t *HYPERVISOR_shared_info; enum xen_domain_type { _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"