We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0acab8b commit 2cadbe4Copy full SHA for 2cadbe4
contrib/tcp_wrappers/tcpd.c
@@ -44,6 +44,7 @@ static char sccsid[] = "@(#) tcpd.c 1.10 96/02/11 17:01:32";
44
int allow_severity = SEVERITY; /* run-time adjustable */
45
int deny_severity = LOG_WARNING; /* ditto */
46
47
+int
48
main(int argc, char **argv)
49
{
50
struct request_info request;
libexec/tcpd/Makefile
@@ -6,7 +6,6 @@ PACKAGE= tcpd
6
7
PROG= tcpd
8
MAN= tcpd.8
9
-CSTD?= c89
10
CFLAGS+=-DREAL_DAEMON_DIR=\"${LIBEXECDIR}\" \
11
-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \
12
-DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \
0 commit comments