Add socket helper functions from SMCRoute, licesened as 3-clause BSD

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2019-11-10 11:22:14 +01:00
parent c31a7d1031
commit 90fb520c06
4 changed files with 213 additions and 1 deletions

View File

@ -90,6 +90,7 @@ static char sccsid[] __attribute__((unused)) =
#define SYSLOG_NAMES
#include "syslogd.h"
#include "socket.h"
#include "compat.h"
char *ConfFile = _PATH_LOGCONF;