1
0
mirror of https://github.com/git/git.git synced 2024-09-22 06:42:22 +02:00
git/compat
Alex Riesen fa0c87c344 Add a local implementation of hstrerror for the system which do not have it
The function converts the value of h_errno (last error of name
resolver library, see netdb.h).
One of systems which supposedly do not have the function is SunOS.
POSIX does not mandate its presence.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2007-06-15 22:48:34 -07:00
..
hstrerror.c Add a local implementation of hstrerror for the system which do not have it 2007-06-15 22:48:34 -07:00
inet_ntop.c
inet_pton.c
mmap.c
pread.c
setenv.c
strcasestr.c
strlcpy.c
strtoumax.c
unsetenv.c