NetBSD-Bugs archive

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

PR/58319 CVS commit: src/lib/libc



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58319 CVS commit: src/lib/libc
Date: Fri, 7 Jun 2024 13:53:12 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Fri Jun  7 13:53:12 UTC 2024
 
 Modified Files:
 	src/lib/libc/citrus: citrus_fix_grouping.h
 	src/lib/libc/locale: fix_grouping.c global_locale.c
 
 Log Message:
 libc/locale: Nix needless char casts.
 
 These appear to have been added to pacify a spurious warning by lint,
 which no longer warns about it anyway.
 
 No functional change intended.  No binary change to aarch64 libc.
 
 Prompted by code inspection around PR lib/58319.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.3 src/lib/libc/citrus/citrus_fix_grouping.h
 cvs rdiff -u -r1.6 -r1.7 src/lib/libc/locale/fix_grouping.c
 cvs rdiff -u -r1.26 -r1.27 src/lib/libc/locale/global_locale.c
 
 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