From: Ben Gras Date: Mon, 12 Jan 2009 22:14:43 +0000 (+0000) Subject: compile fix for new lock timings X-Git-Tag: v3.1.4~138 X-Git-Url: http://zhaoyanbai.com/repos/dig.html?a=commitdiff_plain;h=5cbcc11ed3f09a0fbdce2569706afdf7607324d8;p=minix.git compile fix for new lock timings --- diff --git a/servers/is/dmp_kernel.c b/servers/is/dmp_kernel.c index 1a0b4987d..e3378c9f1 100644 --- a/servers/is/dmp_kernel.c +++ b/servers/is/dmp_kernel.c @@ -4,6 +4,7 @@ #include #include #include +#include #include #include "../../kernel/const.h" #include "../../kernel/config.h" @@ -36,7 +37,7 @@ PUBLIC struct boot_image image[NR_BOOT_PROCS]; *===========================================================================*/ PUBLIC void timing_dmp() { - static struct lock_timingdata timingdata[TIMING_CATEGORIES]; + static struct util_timingdata timingdata[TIMING_CATEGORIES]; int r, c, f, skipped = 0, printed = 0, maxlines = 23, x = 0; static int offsetlines = 0;