Final (hopefully) fix for fchdir
authorSteve Peters <steve@fisharerojo.org>
Mon, 18 Jul 2005 22:59:19 +0000 (17:59 -0500)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Tue, 19 Jul 2005 05:42:52 +0000 (05:42 +0000)
Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>

p4raw-id: //depot/perl@25178

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 {