NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59440 CVS commit: src/external/gpl2/texinfo/dist/lib



The following reply was made to PR toolchain/59440; it has been noted by GNATS.

From: "Christoph Badura" <bad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59440 CVS commit: src/external/gpl2/texinfo/dist/lib
Date: Fri, 23 May 2025 09:34:12 +0000

 Module Name:	src
 Committed By:	bad
 Date:		Fri May 23 09:34:12 UTC 2025
 
 Modified Files:
 	src/external/gpl2/texinfo/dist/lib: system.h
 
 Log Message:
 disable bogus decl of strcasecmp and strncasecmp
 
 gcc 15.1 treats conflicting prototypes as errors.
 
 texinfo's configure never checks whether strcasecmp and strncasecmp are
 declared.  Therefore the correct #defines never make it into config.h
 
 Just disable the declaration of the bogus prototypes.
 
 Seen on Manajaro Linux with gcc 15.1. Reported by Vasyl Maksym Lanko.
 
 PR toolchain/59440: tools build failures with gcc 15.1
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/texinfo/dist/lib/system.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index