projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1883634
)
Correct Freudian slip.
Jarkko Hietaniemi [Mon, 1 May 2000 22:20:53 +0000 (22:20 +0000)]
p4raw-id: //depot/cfgperl@6036
pp_sys.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
62b4b10
..
79938fb
100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-4788,7
+4788,7
@@
PP(pp_gpwent)
# ifdef HAS_GETPWENT
pwent = getpwent();
# else
- DIE(aTHX_ PL_no_fun, "getpwent");
+ DIE(aTHX_ PL_no_func, "getpwent");
# endif
break;
}