* [PATCH] stubdom: fix libc-verbose non-lwip compilation
@ 2008-06-27 18:27 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-06-27 18:27 UTC (permalink / raw)
To: xen-devel
stubdom: fix libc-verbose non-lwip compilation
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r c069dbd814cd extras/mini-os/lib/sys.c
--- a/extras/mini-os/lib/sys.c Fri Jun 20 18:39:37 2008 +0100
+++ b/extras/mini-os/lib/sys.c Fri Jun 27 19:27:07 2008 +0100
@@ -687,7 +687,7 @@
#ifdef LIBC_VERBOSE
static int nb;
static int nbread[NOFILE], nbwrite[NOFILE], nbexcept[NOFILE];
- static s64_t lastshown;
+ static s_time_t lastshown;
nb++;
#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-27 18:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-27 18:27 [PATCH] stubdom: fix libc-verbose non-lwip compilation Samuel Thibault
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.