* mmap.cc (mmap64): Avoid compiler warning.

* ntea.cc (NTReadEA): Ditto.
	* hires.h (hires_base): Remove useless usecs function.
This commit is contained in:
Corinna Vinschen
2005-05-18 17:23:17 +00:00
parent d621341de7
commit 692fccabfb
4 changed files with 8 additions and 4 deletions

View File

@@ -538,7 +538,7 @@ mmap64 (void *addr, size_t len, int prot, int flags, int fd, _off64_t off)
if (flags & MAP_ANONYMOUS)
fd = -1;
fhandler_base *fh;
fhandler_base *fh = NULL;
/* Get fhandler and convert /dev/zero mapping to MAP_ANONYMOUS mapping. */
if (fd != -1)