summaryrefslogtreecommitdiff
path: root/pp_sys.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-05-01 22:20:53 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-05-01 22:20:53 +0000
commita45d1c963db196562caca890a443b969285f7f76 (patch)
treeb3a2536d341beb9ea0bb8dc2de321680624fb742 /pp_sys.c
parent1883634fcb5674cbb12962bde26d7557a783da9b (diff)
downloadperl-a45d1c963db196562caca890a443b969285f7f76.tar.gz
Correct Freudian slip.
p4raw-id: //depot/cfgperl@6036
Diffstat (limited to 'pp_sys.c')
-rw-r--r--pp_sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_sys.c b/pp_sys.c
index 62b4b1062e..79938fb180 100644
--- 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;
}