Date: Tue, 17 Jul 2007 14:21:31 GMT From: Attilio Rao <attilio@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 123653 for review Message-ID: <200707171421.l6HELVxN018901@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=123653 Change 123653 by attilio@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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707171421.l6HELVxN018901>