Author: dim Date: Fri Oct 18 17:06:13 2013 New Revision: 256746 URL: http://svnweb.freebsd.org/changeset/base/256746
Log: Remove redundant redeclaration of gdtset in sys/xen/xen-os.h, to silence a gcc warning. Approved by: re (glebius) Modified: head/sys/xen/xen-os.h Modified: head/sys/xen/xen-os.h ============================================================================== --- head/sys/xen/xen-os.h Fri Oct 18 15:40:37 2013 (r256745) +++ head/sys/xen/xen-os.h Fri Oct 18 17:06:13 2013 (r256746) @@ -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"