Skip to content

Commit 2cadbe4

Browse files
fel1x-developerbsdjhb
authored andcommitted
tcp_wrappers: Use default C standard version
Reviewed by: emaste, arichardson, jhb Differential Revision: https://reviews.freebsd.org/D43236
1 parent 0acab8b commit 2cadbe4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

contrib/tcp_wrappers/tcpd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ static char sccsid[] = "@(#) tcpd.c 1.10 96/02/11 17:01:32";
4444
int allow_severity = SEVERITY; /* run-time adjustable */
4545
int deny_severity = LOG_WARNING; /* ditto */
4646

47+
int
4748
main(int argc, char **argv)
4849
{
4950
struct request_info request;

libexec/tcpd/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ PACKAGE= tcpd
66

77
PROG= tcpd
88
MAN= tcpd.8
9-
CSTD?= c89
109
CFLAGS+=-DREAL_DAEMON_DIR=\"${LIBEXECDIR}\" \
1110
-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \
1211
-DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \

0 commit comments

Comments
 (0)