Path: csiph.com!weretis.net!feeder9.news.weretis.net!news.misty.com!.POSTED.veps.esmtp.org!not-for-mail From: Claus =?iso-8859-1?Q?A=DFmann?= Newsgroups: comp.mail.sendmail Subject: Re: TCPWRAPPERS vs gcc 15 (was: sendmail snapshot 8.18.1.15 ...) Date: Tue, 18 Nov 2025 13:13:41 -0500 (EST) Organization: MGT Consulting Sender: Message-ID: <10fid0l$70d$1@news.misty.com> References: <10dtfqk$ne9$1@news.misty.com> <1763047661342248335$e8aedcf4@rocksolid-us.pugleaf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 18 Nov 2025 18:13:41 -0000 (UTC) Injection-Info: news.misty.com; posting-host="veps.esmtp.org:155.138.203.148"; logging-data="7181"; mail-complaints-to="abuse@misty.com" Mail-Copies-To: never X-Newsreader: trn 4.0-test77 (Sep 1, 2010) Originator: ca@x2.esmtp.org (Claus Assmann) Xref: csiph.com comp.mail.sendmail:8222 Another patch for testing (anyone using gcc 15? please give it a try and provide feedback) diff --git a/sendmail/conf.c b/sendmail/conf.c @@ -4114,7 +4114,7 @@ validate_connection(sap, hostname, e) #if TCPWRAPPERS char *host; char *addr; - extern int hosts_ctl(); + extern int hosts_ctl __P((char *, char *, char *, char *)); #endif /* TCPWRAPPERS */ if (tTd(48, 3))