* 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

@@ -88,7 +88,7 @@ NTReadEA (const char *file, const char *attrname, char *attrbuf, int len)
HANDLE hFileSource;
int eafound = 0;
PFILE_FULL_EA_INFORMATION ea, sea;
int easize;
int easize = 0;
hFileSource = CreateFile (file, FILE_READ_EA,
FILE_SHARE_READ | FILE_SHARE_WRITE,