PERFORCE change 123653 for review

Attilio Rao attilio at FreeBSD.org
Tue Jul 17 14:21:34 UTC 2007


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

Change 123653 by attilio at attilio_xen on 2007/07/17 14:20:42

	Bring opt_ddb.h to the top of the file

Affected files ...

.. //depot/projects/xen3/src/sys/i386-xen/i386-xen/clock.c#17 edit

Differences ...

==== //depot/projects/xen3/src/sys/i386-xen/i386-xen/clock.c#17 (text+ko) ====

@@ -44,6 +44,7 @@
  * Routines to handle clock hardware.
  */
 
+#include "opt_ddb.h"
 #include "opt_clock.h"
 
 #include <sys/param.h>
@@ -337,7 +338,6 @@
 	/* XXX TODO */
 }
 
-#include "opt_ddb.h"
 static uint32_t
 getit(void)
 {


More information about the p4-projects mailing list