Changed name of static table versions to avoid conflict.

This commit is contained in:
Joel Sherrill
2000-07-14 18:53:21 +00:00
parent 21555cba2d
commit c1956b5952

View File

@@ -19,7 +19,7 @@ static const struct protoent prototab[] = {
* Dummy version of BSD getprotobyname() * Dummy version of BSD getprotobyname()
*/ */
struct protoent * struct protoent *
getprotobyname (const char *name) getprotobyname_static (const char *name)
{ {
int i; int i;
@@ -34,7 +34,7 @@ getprotobyname (const char *name)
* Dummy version of BSD getprotobynumber() * Dummy version of BSD getprotobynumber()
*/ */
struct protoent * struct protoent *
getprotobynumber (int proto) getprotobynumber_static (int proto)
{ {
int i; int i;