Source-Changes-HG archive

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

[src/trunk]: src/share/locale/ctype Add NetBSD RCS Id header instead of OpenB...



details:   https://anonhg.NetBSD.org/src/rev/defaa389dc95
branches:  trunk
changeset: 372695:defaa389dc95
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Dec 20 23:07:57 2022 +0000

description:
Add NetBSD RCS Id header instead of OpenBSD one.

diffstat:

 share/locale/ctype/gen_ctype_utf8.pl |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 79ac991e5591 -r defaa389dc95 share/locale/ctype/gen_ctype_utf8.pl
--- a/share/locale/ctype/gen_ctype_utf8.pl      Tue Dec 20 23:06:08 2022 +0000
+++ b/share/locale/ctype/gen_ctype_utf8.pl      Tue Dec 20 23:07:57 2022 +0000
@@ -47,7 +47,7 @@
 
 my ( $blocks_ranges_ref, $blocks_maps_ref ) = prop_invmap("Block");
 
-print "/*\t\$" . 'OpenBSD' . "\$\t*/\n";
+print "/*\t\$" . 'NetBSD' . "\$\t*/\n";
 print <<'EOL';
 
 /*



Home | Main Index | Thread Index | Old Index