Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 16cd6b5235051af6ba0adf88902ed224bd65b93c
https://github.com/Perl/perl5/commit/16cd6b5235051af6ba0adf88902ed224bd65b93c
Author: Marcel Telka <[email protected]>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M .mailmap
M AUTHORS
M dist/PathTools/Changes
M dist/PathTools/Cwd.pm
M dist/PathTools/Cwd.xs
M dist/PathTools/lib/File/Spec.pm
M dist/PathTools/lib/File/Spec/AmigaOS.pm
M dist/PathTools/lib/File/Spec/Cygwin.pm
M dist/PathTools/lib/File/Spec/Epoc.pm
M dist/PathTools/lib/File/Spec/Functions.pm
M dist/PathTools/lib/File/Spec/Mac.pm
M dist/PathTools/lib/File/Spec/OS2.pm
M dist/PathTools/lib/File/Spec/Unix.pm
M dist/PathTools/lib/File/Spec/VMS.pm
M dist/PathTools/lib/File/Spec/Win32.pm
Log Message:
-----------
PathTools/Cwd.xs: define SYSNAME/SYSNAME_LEN for OS390 only
This fixes the following warning on illumos based platforms:
Cwd.xs:27:0: warning: "SYSNAME" redefined
#define SYSNAME "$SYSNAME"
In file included from ../../perl.h:1111:0,
from Cwd.xs:8:
/usr/include/sys/param.h:184:0: note: this is the location of the previous
definition
#define SYSNAME 9 /* # chars in system name */