Args, the last commit contained some mistakes.
This commit is contained in:
parent
68b50092c7
commit
64ce6b452e
@ -460,7 +460,7 @@ static char sccsid[] = "@(#)syslogd.c 5.27 (Berkeley) 10/10/88";
|
|||||||
#include <syscall.h>
|
#include <syscall.h>
|
||||||
#include <arpa/nameser.h>
|
#include <arpa/nameser.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
p#include <resolv.h>
|
#include <resolv.h>
|
||||||
#ifndef TESTING
|
#ifndef TESTING
|
||||||
#include "pidfile.h"
|
#include "pidfile.h"
|
||||||
#endif
|
#endif
|
||||||
@ -562,6 +562,7 @@ int funix[MAXFUNIX] = { -1, };
|
|||||||
* This table contains plain text for h_errno errors used by the
|
* This table contains plain text for h_errno errors used by the
|
||||||
* net subsystem.
|
* net subsystem.
|
||||||
*/
|
*/
|
||||||
|
const char *sys_h_errlist[] = {
|
||||||
"No problem", /* NETDB_SUCCESS */
|
"No problem", /* NETDB_SUCCESS */
|
||||||
"Authoritative answer: host not found", /* HOST_NOT_FOUND */
|
"Authoritative answer: host not found", /* HOST_NOT_FOUND */
|
||||||
"Non-authoritative answer: host not found, or serverfail", /* TRY_AGAIN */
|
"Non-authoritative answer: host not found, or serverfail", /* TRY_AGAIN */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user