diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-26 11:54:32 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-26 11:54:32 +0000 |
commit | 8dbfbba0c55b52c9acc258d9a3522ce8b76c3497 (patch) | |
tree | 4da4711c19f35c6a32742eb0d8b2bf2d90feb06f /NetWare/nw5sck.h | |
parent | 7237d65751f248e676243bc1e148084f323f4838 (diff) | |
download | perl-8dbfbba0c55b52c9acc258d9a3522ce8b76c3497.tar.gz |
Netware patches from Ananth Kesari.
p4raw-id: //depot/perl@10950
Diffstat (limited to 'NetWare/nw5sck.h')
-rw-r--r-- | NetWare/nw5sck.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/NetWare/nw5sck.h b/NetWare/nw5sck.h index 4216dc81a2..b32493f36c 100644 --- a/NetWare/nw5sck.h +++ b/NetWare/nw5sck.h @@ -8,10 +8,11 @@ */ /* - * FILENAME : nw5sck.h - * DESCRIPTION : Socket related functions. - * Author : SGP - * Date : January 2001. + * FILENAME : nw5sck.h + * DESCRIPTION : Socket related functions. + * Author : SGP + * Date : January 2001. + * Date Modified: June 26th 2001. * */ @@ -43,7 +44,6 @@ struct nwsockent local_context; # undef getnetbyname # undef gethostbyaddr # undef getprotobyname -# undef getprotobyname # undef getservbyname # undef getservbyport # undef getservent @@ -65,7 +65,6 @@ struct nwsockent local_context; # define getnetbyaddr(net,typ) NWgetnetbyaddr(&local_context,net,typ) # define getnetbyname(name) NWgetnetbyname(&local_context,name) # define getprotobyname(name) NWgetprotobyname(&local_context,name) -# define getprotobyname(name) NWgetprotobyname(&local_context,name) # define getservbyname(n,p) NWgetservbyname(&local_context,n,p) # define getservbyport(n,p) NWgetservbyport(&local_context,n,p) # define getservent() NWgetservent(&local_context) |