]> xenbits.xensource.com Git - people/liuw/mini-os.git/commitdiff
stubdom: fix libc-verbose non-lwip compilation
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 30 Jun 2008 08:51:34 +0000 (09:51 +0100)
committerKeir 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>
lib/sys.c

index 06f2822cfe829f6de01ee0a6d619d98dd998620b..5b763afa6d803de53c82af2eea4ae19f79828047 100644 (file)
--- a/lib/sys.c
+++ b/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 s64_t lastshown;
+    static s_time_t lastshown;
 
     nb++;
 #endif