* cygwin.din: Add symbol hstrerror.

* net.cc: Change meaning of member `s' of struct host_errmap.
        (set_host_errno): Fix error in loop condition.
        (hstrerror): Ditto.
        (herror): Add appropriate functionality.
        * include/netdb.h: Add declaration of hstrerror.
        * include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 29.
This commit is contained in:
Corinna Vinschen
2000-10-14 08:55:44 +00:00
parent aece55b982
commit 7d9688b793
4 changed files with 55 additions and 10 deletions

View File

@@ -118,10 +118,11 @@ details. */
26: CW_GET_CYGDRIVE_PREFIXES addition to external.cc
27: CW_GETPINFO_FULL addition to external.cc
28: Accidentally bumped by cgf
29: Export hstrerror
*/
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 28
#define CYGWIN_VERSION_API_MINOR 29
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible