summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-14 18:52:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-14 18:52:54 +0000
commit4dcd9436d4cd615864fc912fc0e20edf4c4d08d6 (patch)
tree7453710690d2510c0900bf4dbf1bc61826a6ce10
parentSwitch logical in conditional. (diff)
downloadrtems-4dcd9436d4cd615864fc912fc0e20edf4c4d08d6.tar.bz2
Changed name of static table versions to avoid conflict.
-rw-r--r--c/src/exec/libnetworking/lib/getprotoby.c4
-rw-r--r--c/src/libnetworking/lib/getprotoby.c4
-rw-r--r--cpukit/libnetworking/lib/getprotoby.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/c/src/exec/libnetworking/lib/getprotoby.c b/c/src/exec/libnetworking/lib/getprotoby.c
index fc8de6e402..cefa5c1ff2 100644
--- a/c/src/exec/libnetworking/lib/getprotoby.c
+++ b/c/src/exec/libnetworking/lib/getprotoby.c
@@ -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;
diff --git a/c/src/libnetworking/lib/getprotoby.c b/c/src/libnetworking/lib/getprotoby.c
index fc8de6e402..cefa5c1ff2 100644
--- a/c/src/libnetworking/lib/getprotoby.c
+++ b/c/src/libnetworking/lib/getprotoby.c
@@ -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;
diff --git a/cpukit/libnetworking/lib/getprotoby.c b/cpukit/libnetworking/lib/getprotoby.c
index fc8de6e402..cefa5c1ff2 100644
--- a/cpukit/libnetworking/lib/getprotoby.c
+++ b/cpukit/libnetworking/lib/getprotoby.c
@@ -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;