Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102812595
D43236.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
676 B
Referenced Files
None
Subscribers
None
D43236.diff
View Options
diff --git a/contrib/tcp_wrappers/tcpd.c b/contrib/tcp_wrappers/tcpd.c
--- a/contrib/tcp_wrappers/tcpd.c
+++ b/contrib/tcp_wrappers/tcpd.c
@@ -44,6 +44,7 @@
int allow_severity = SEVERITY; /* run-time adjustable */
int deny_severity = LOG_WARNING; /* ditto */
+int
main(int argc, char **argv)
{
struct request_info request;
diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile
--- a/libexec/tcpd/Makefile
+++ b/libexec/tcpd/Makefile
@@ -7,7 +7,6 @@
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\" \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 12:35 PM (22 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14697719
Default Alt Text
D43236.diff (676 B)
Attached To
Mode
D43236: tcp_wrappers: Use default C standard version
Attached
Detach File
Event Timeline
Log In to Comment