mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
tcp_wrappers: Use default C standard version
Reviewed by: emaste, arichardson, jhb Differential Revision: https://reviews.freebsd.org/D43236 (cherry picked from commit 2cadbe468a8e8aef193429565b729d34ec48b266)
This commit is contained in:
parent
2dd706b9c4
commit
880f1dee7e
2 changed files with 1 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ static char sccsid[] = "@(#) tcpd.c 1.10 96/02/11 17:01:32";
|
|||
int allow_severity = SEVERITY; /* run-time adjustable */
|
||||
int deny_severity = LOG_WARNING; /* ditto */
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
struct request_info request;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ PACKAGE= tcpd
|
|||
|
||||
PROG= tcpd
|
||||
MAN= tcpd.8
|
||||
CSTD?= c89
|
||||
CFLAGS+=-DREAL_DAEMON_DIR=\"${LIBEXECDIR}\" \
|
||||
-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \
|
||||
-DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue