summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/rcmd.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-31 20:10:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-31 20:10:40 +0000
commit0647cc743f4383b5562bac6c5d29c988ea5e0646 (patch)
treed7b308b99a7fdbc32f5026845ec541cb8aa63bdc /cpukit/libnetworking/libc/rcmd.c
parent2002-10-31 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-0647cc743f4383b5562bac6c5d29c988ea5e0646.tar.bz2
2002-10-31 Joel Sherrill <joel@OARcorp.com>
* libc/rcmd.c, netinet/in_cksum_arm.c: Removed warnings.
Diffstat (limited to 'cpukit/libnetworking/libc/rcmd.c')
-rw-r--r--cpukit/libnetworking/libc/rcmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libnetworking/libc/rcmd.c b/cpukit/libnetworking/libc/rcmd.c
index 6dce728d43..c588172434 100644
--- a/cpukit/libnetworking/libc/rcmd.c
+++ b/cpukit/libnetworking/libc/rcmd.c
@@ -69,6 +69,7 @@ int rresvport();
#define bzero(a,s) memset((a),0,(s))
#define bcmp memcmp
#define bcopy(s,d,i) memcpy(d,s,i)
+int bindresvport(int, struct sockaddr_in *);
#else /* __rtems__ */
extern int innetgr __P(( const char *, const char *, const char *, const char * ));