Don't make the extra check for errno == EINVAL MinGW specific.
commit370a1dad18129837c95188f91edef6e3e12cd9d0
authorJohannes Sixt <johannes.sixt@telecom.at>
Sat, 8 Dec 2007 22:15:32 +0000 (8 23:15 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Sat, 8 Dec 2007 22:15:32 +0000 (8 23:15 +0100)
treed148cf5489321f5b5df59146ad7576fd3f88e48b
parentb54486636e4f7ef7758e4cc0158c1446d263b253
Don't make the extra check for errno == EINVAL MinGW specific.

This saves an #ifdef. There is precedent for an extra check without #ifdef
brackets already in refs.c (Solaris). The check for EINVAL shouldn't hurt.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
write_or_die.c