* Merge in cygwin-64bit-branch.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
extern "C" key_t
|
||||
ftok (const char *path, int id)
|
||||
{
|
||||
struct __stat64 statbuf;
|
||||
struct stat statbuf;
|
||||
key_t tmp;
|
||||
if (stat64 (path, &statbuf))
|
||||
{
|
||||
|
Reference in New Issue
Block a user