Displaying 1 result from an estimated 1 matches for "check_hostent_err".
2007 Nov 08
2
DO NOT REPLY [Bug 5064] New: compile error - SCO 5.0.6a
...Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: aaron.pelton@ahs.state.vt.us
QAContact: rsync-qa@samba.org
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/getaddrinfo.c -o
lib/getaddrinfo.o
lib/getaddrinfo.c: In function `check_hostent_err':
lib/getaddrinfo.c:59: `h_errno' undeclared (first use in this function)
lib/getaddrinfo.c:59: (Each undeclared identifier is reported only once
lib/getaddrinfo.c:59: for each function it appears in.)
lib/getaddrinfo.c:62: warning: unreachable code at beginning of switch
statement
lib/geta...