From 0647cc743f4383b5562bac6c5d29c988ea5e0646 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 31 Oct 2002 20:10:40 +0000 Subject: 2002-10-31 Joel Sherrill * libc/rcmd.c, netinet/in_cksum_arm.c: Removed warnings. --- cpukit/libnetworking/libc/rcmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/libnetworking/libc/rcmd.c') 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 * )); -- cgit v1.2.3