diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-03-16 08:48:17 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-03-16 08:48:17 +0000 |
commit | b7afe3d5943df4dc5b5a482d4e543e4c94d92333 (patch) | |
tree | 82144b5fc07db91f24fced379c367ebdf672ab80 /pp_sys.c | |
parent | 401ef382596273d18ae12637e4c3df0e9ffcd72f (diff) | |
parent | 9ec7530597a8f6f41be3c8f954450ef40df6c88e (diff) | |
download | perl-b7afe3d5943df4dc5b5a482d4e543e4c94d92333.tar.gz |
[win32] integrate mainline
p4raw-id: //depot/win32/perl@810
Diffstat (limited to 'pp_sys.c')
-rw-r--r-- | pp_sys.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3834,7 +3834,7 @@ PP(pp_gprotoent) PP(pp_gsbyname) { -#ifdef HAS_GETSERVICEBYNAME +#ifdef HAS_GETSERVBYNAME return pp_gservent(ARGS); #else DIE(no_sock_func, "getservbyname"); @@ -3843,7 +3843,7 @@ PP(pp_gsbyname) PP(pp_gsbyport) { -#ifdef HAS_GETSERVICEBYPORT +#ifdef HAS_GETSERVBYPORT return pp_gservent(ARGS); #else DIE(no_sock_func, "getservbyport"); |