Win32 dirent: remove unused dirent.d_ino member
commitd270bb7029b9126cfc96870f8f8ded183363d784
authorKarsten Blees <blees@dcon.de>
Fri, 7 Jan 2011 16:34:33 +0000 (7 17:34 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 10 Apr 2014 18:52:08 +0000 (10 13:52 -0500)
treea294e89a0393651e7aedccb8fe8f7e61d6f3df08
parentd34a889a0a011d24bad3bceea0bffc87e37cd511
Win32 dirent: remove unused dirent.d_ino member

There are no proper inodes on Windows, so remove dirent.d_ino and #define
NO_D_INO_IN_DIRENT in the Makefile (this skips e.g. an ineffective qsort in
fsck.c).

Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
compat/win32/dirent.h
config.mak.uname