diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/auto/POSIX/getpwnam.al')
-rw-r--r-- | Master/tlpkg/tlperl/lib/auto/POSIX/getpwnam.al | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/getpwnam.al b/Master/tlpkg/tlperl/lib/auto/POSIX/getpwnam.al index 00c3c6a7fda..97c932313ee 100644 --- a/Master/tlpkg/tlperl/lib/auto/POSIX/getpwnam.al +++ b/Master/tlpkg/tlperl/lib/auto/POSIX/getpwnam.al @@ -3,7 +3,7 @@ # See AutoSplit.pm. package POSIX; -#line 201 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\getpwnam.al)" +#line 195 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\getpwnam.al)" sub getpwnam { usage "getpwnam(name)" if @_ != 1; CORE::getpwnam($_[0]); |