* include/sys/dirent.h (d_fileno): Define as d_ino.
This commit is contained in:
parent
f627504e6b
commit
5c9d7a42fc
@ -1,3 +1,7 @@
|
|||||||
|
2010-08-06 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* include/sys/dirent.h (d_fileno): Define as d_ino.
|
||||||
|
|
||||||
2010-08-04 Corinna Vinschen <corinna@vinschen.de>
|
2010-08-04 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* path.cc (cygwin_conv_path): Rearrange test for "." in POSIX to
|
* path.cc (cygwin_conv_path): Rearrange test for "." in POSIX to
|
||||||
|
@ -29,6 +29,8 @@ struct dirent
|
|||||||
};
|
};
|
||||||
#pragma pack(pop)
|
#pragma pack(pop)
|
||||||
|
|
||||||
|
#define d_fileno d_ino /* BSD compatible definition */
|
||||||
|
|
||||||
#define __DIRENT_COOKIE 0xdede4242
|
#define __DIRENT_COOKIE 0xdede4242
|
||||||
|
|
||||||
#pragma pack(push,4)
|
#pragma pack(push,4)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user