log.c (xinetd-2.3.15) | : | log.c (xinetd-2.3.15.4.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 17 | skipping to change at line 17 | |||
#include "config.h" | #include "config.h" | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#include <sys/types.h> | #include <sys/types.h> | |||
#include <sys/socket.h> | #include <sys/socket.h> | |||
#include <sys/wait.h> | #include <sys/wait.h> | |||
#include <syslog.h> | #include <syslog.h> | |||
#include <time.h> | #include <time.h> | |||
#include <stdio.h> | #include <stdio.h> | |||
#include <stdarg.h> | #include <stdarg.h> | |||
#ifdef HAVE_NETDB_H | ||||
#include <netdb.h> | #include <netdb.h> | |||
#endif | ||||
#include "str.h" | #include "str.h" | |||
#include "log.h" | #include "log.h" | |||
#include "sconf.h" | #include "sconf.h" | |||
#include "sconst.h" | #include "sconst.h" | |||
#include "msg.h" | #include "msg.h" | |||
#define LOGBUF_SIZE 1024 | #define LOGBUF_SIZE 1024 | |||
static char ipv6_ret[NI_MAXHOST]; | static char ipv6_ret[NI_MAXHOST]; | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 0 lines changed or added |