forked from Imagelibrary/rtems
Changed name of static table versions to avoid conflict.
This commit is contained in:
@@ -19,7 +19,7 @@ static const struct protoent prototab[] = {
|
||||
* Dummy version of BSD getprotobyname()
|
||||
*/
|
||||
struct protoent *
|
||||
getprotobyname (const char *name)
|
||||
getprotobyname_static (const char *name)
|
||||
{
|
||||
int i;
|
||||
|
||||
@@ -34,7 +34,7 @@ getprotobyname (const char *name)
|
||||
* Dummy version of BSD getprotobynumber()
|
||||
*/
|
||||
struct protoent *
|
||||
getprotobynumber (int proto)
|
||||
getprotobynumber_static (int proto)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user