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()
|
* 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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user