projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91b3708
)
stubdom: fix libc-verbose non-lwip compilation
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 30 Jun 2008 08:51:34 +0000
(09:51 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 30 Jun 2008 08:51:34 +0000
(09:51 +0100)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
extras/mini-os/lib/sys.c
patch
|
blob
|
history
diff --git
a/extras/mini-os/lib/sys.c
b/extras/mini-os/lib/sys.c
index 06f2822cfe829f6de01ee0a6d619d98dd998620b..5b763afa6d803de53c82af2eea4ae19f79828047 100644
(file)
--- a/
extras/mini-os/lib/sys.c
+++ b/
extras/mini-os/lib/sys.c
@@
-686,7
+686,7
@@
static int select_poll(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exce
#ifdef LIBC_VERBOSE
static int nb;
static int nbread[NOFILE], nbwrite[NOFILE], nbexcept[NOFILE];
- static s
64
_t lastshown;
+ static s
_time
_t lastshown;
nb++;
#endif