+Sat Feb 24 18:50:03 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * error_message.c (HAS_STRERROR): Windows has strerror()
+
Wed Feb 7 00:19:17 1996 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (CCFILES): Checked in danw's changes to support
char *cp;
#ifdef _WINDOWS
+#define HAS_STRERROR 1
/*
** Winsock defines errors in the range 10000-10100. These are equivalent
** to 10000 plus the Berkeley error numbers.
+*
+* (Does windows strerror() work right here?)
*/
if (code >= 10000 && code <= 10100) /* Is it Winsock error? */
code -= 10000; /* Turn into Berkeley errno */