Groups | Search | Server Info | Login | Register


Groups > comp.mail.sendmail > #8217

Re: TCPWRAPPERS compilation problem (was: sendmail snapshot 8.18.1.15 ...)

From Claus Aßmann <INVALID_NO_CC_REMOVE_IF_YOU_DO_NOT_POST_ml+sendmail(-no-copies-please)@esmtp.org>
Newsgroups comp.mail.sendmail
Subject Re: TCPWRAPPERS compilation problem (was: sendmail snapshot 8.18.1.15 ...)
Date 2025-11-18 02:50 -0500
Organization MGT Consulting
Message-ID <10fh8go$q5h$1@news.misty.com> (permalink)
References <10dtfqk$ne9$1@news.misty.com> <1763047661342248335$e8aedcf4@rocksolid-us.pugleaf.net> <10f522t$u4c$1@news.misty.com>

Show all headers | View raw


Please try this patch:

diff --git a/sendmail/conf.c b/sendmail/conf.c
index be989ae16..13118f32b 100644
--- a/sendmail/conf.c
+++ b/sendmail/conf.c
@@ -4114,7 +4114,9 @@ validate_connection(sap, hostname, e)
 #if TCPWRAPPERS
 	char *host;
 	char *addr;
+# ifndef __STDC__
 	extern int hosts_ctl();
+# endif
 #endif /* TCPWRAPPERS */
 
 	if (tTd(48, 3))

Back to comp.mail.sendmail | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

sendmail snapshot 8.18.1.15 is available for testing Claus Aßmann <INVALID_NO_CC_REMOVE_IF_YOU_DO_NOT_POST_ml+sendmail(-no-copies-please)@esmtp.org> - 2025-10-29 12:36 -0400
  Re: sendmail snapshot 8.18.1.15 is available for testing HQuest <noreply@pugleaf.invalid> - 2025-11-13 15:27 +0000
    Re: sendmail snapshot 8.18.1.15 is available for testing Claus Aßmann <INVALID_NO_CC_REMOVE_IF_YOU_DO_NOT_POST_ml+sendmail(-no-copies-please)@esmtp.org> - 2025-11-13 11:47 -0500
      Re: TCPWRAPPERS compilation problem (was: sendmail snapshot 8.18.1.15 ...) Claus Aßmann <INVALID_NO_CC_REMOVE_IF_YOU_DO_NOT_POST_ml+sendmail(-no-copies-please)@esmtp.org> - 2025-11-18 02:50 -0500
    Re: TCPWRAPPERS vs gcc 15 (was: sendmail snapshot 8.18.1.15 ...) Claus Aßmann <INVALID_NO_CC_REMOVE_IF_YOU_DO_NOT_POST_ml+sendmail(-no-copies-please)@esmtp.org> - 2025-11-18 13:13 -0500
      Re: TCPWRAPPERS vs gcc 15 (was: sendmail snapshot 8.18.1.15 ...) HQuest <noreply@pugleaf.net.invalid> - 2025-11-19 14:13 +0000
        Re: TCPWRAPPERS vs gcc 15 (was: sendmail snapshot 8.18.1.15 ...) Claus Aßmann <INVALID_NO_CC_REMOVE_IF_YOU_DO_NOT_POST_ml+sendmail(-no-copies-please)@esmtp.org> - 2025-11-19 12:03 -0500

csiph-web