projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
900658e
)
Final (hopefully) fix for fchdir
Steve Peters [Mon, 18 Jul 2005 22:59:19 +0000 (17:59 -0500)]
Message-ID: <
20050719035919
.GA32670@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@25178
pp_sys.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
545765c
..
0ce6f43
100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-3592,7
+3592,7
@@
PP(pp_chdir)
#ifdef HAS_DIRFD
PUSHi(fchdir(dirfd(IoDIRP(io))) >= 0);
#else
- DIE(aTHX PL_no_func, "dirfd");
+ DIE(aTHX_ PL_no_func, "dirfd");
#endif
}
else {