Applied b35-b36 patch. Everything is OK, except for one minor
problem for which a patch is attached below [1].
Footnotes:
[1] Same problem as I reported a while ago - conflict between
definitions of strerror() in sysdep.c and sysdep.h. Patch attempts
to fix it. Since all three definitions are now the same, I
simplified the definition.
1998-04-26 Amir J. Katz <amir(a)ndsoft.com>
* sysdep.h: Simplified definition of strerror()
*** src/sysdep.h~ Tue Apr 7 08:39:50 1998
--- src/sysdep.h Sun Apr 26 11:52:24 1998
***************
*** 158,172 ****
# ifdef strerror
# undef strerror
# endif
- #if defined (__GNUC__) && defined (__GNUC_MINOR__)
- #if ((__GNUC__ == 2) && (__GNUC_MINOR__ > 7)) || ((__GNUC__ > 2))
- char *strerror (int);
- #else
CONST char *strerror (int);
- #endif
- #else
- CONST char *strerror (int);
- #endif
#endif
#ifdef WINDOWSNT
--- 158,164 ----
--
/* Amir J. Katz mailto:amir@nuke-spam.com */
/* [For e-mail, replace 'nuke-spam' with 'ndsoft'] */
/* EagleEye Control Software, LTD.
http://www.ndsoft.com */
/* 'Is "tired old cliche" one?' (Steven Wright) */