[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] stubdom: fix libc-verbose non-lwip compilation
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1214815894 -3600 # Node ID 34bfbedae16bdaa4866ccb7e227fabe9dafe7e7a # Parent 0972fc23b5041c8a29416b2875ae7d45faa66109 stubdom: fix libc-verbose non-lwip compilation Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx> --- extras/mini-os/lib/sys.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 0972fc23b504 -r 34bfbedae16b extras/mini-os/lib/sys.c --- a/extras/mini-os/lib/sys.c Sat Jun 28 16:29:00 2008 +0100 +++ b/extras/mini-os/lib/sys.c Mon Jun 30 09:51:34 2008 +0100 @@ -686,7 +686,7 @@ static int select_poll(int nfds, fd_set #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 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |