summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/auto/POSIX/getgrgid.al
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/auto/POSIX/getgrgid.al')
-rw-r--r--Master/tlpkg/tlperl/lib/auto/POSIX/getgrgid.al2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/getgrgid.al b/Master/tlpkg/tlperl/lib/auto/POSIX/getgrgid.al
index 3afd5b121a8..9081f62a645 100644
--- a/Master/tlpkg/tlperl/lib/auto/POSIX/getgrgid.al
+++ b/Master/tlpkg/tlperl/lib/auto/POSIX/getgrgid.al
@@ -3,7 +3,7 @@
# See AutoSplit.pm.
package POSIX;
-#line 151 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\getgrgid.al)"
+#line 145 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\getgrgid.al)"
sub getgrgid {
usage "getgrgid(gid)" if @_ != 1;
CORE::getgrgid($_[0]);