mingw: remove use of _getdrive() from lstat/fstat
commit8252df62187e7fd35543552ffeab1e1eb048b57e
authorDmitry Potapov <dpotapov@gmail.com>
Sat, 27 Sep 2008 08:39:45 +0000 (27 12:39 +0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 29 Sep 2008 15:55:47 +0000 (29 08:55 -0700)
tree0540f1bce95924bf3803c27c9e01333d9d377383
parentd317851a7fd07f28890e6dc9bc2269da37c4122e
mingw: remove use of _getdrive() from lstat/fstat

The field device is not used by Git, and putting the number of the
current device is meaningless anyway.

Signed-off-by: Dmitry Potapov <dpotapov@gmail.com>
Acked-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
compat/mingw.c