2002-10-28 Joel Sherrill <joel@OARcorp.com>

* src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c,
	src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h>
	to eliminate warning.
	* src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate
	warning.
This commit is contained in:
Joel Sherrill
2002-10-28 13:50:14 +00:00
parent 0b993a94f3
commit 6f07dbccf6
7 changed files with 15 additions and 0 deletions
+8
View File
@@ -1,3 +1,11 @@
2002-10-28 Joel Sherrill <joel@OARcorp.com>
* src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c,
src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h>
to eliminate warning.
* src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate
warning.
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
+1
View File
@@ -61,6 +61,7 @@ static char *rcsid = "$FreeBSD: src/lib/libc/rpc/clnt_tcp.c,v 1.14 2000/01/27 23
#include <netdb.h>
#include <errno.h>
#include <rpc/pmap_clnt.h>
#include <sys/select.h>
#define MCALL_MSG_SIZE 24
+1
View File
@@ -49,6 +49,7 @@ static char *rcsid = "$FreeBSD: src/lib/libc/rpc/clnt_udp.c,v 1.15 2000/01/27 23
#include <netdb.h>
#include <errno.h>
#include <rpc/pmap_clnt.h>
#include <sys/select.h>
/*
* UDP bases client side rpc operations
+1
View File
@@ -54,6 +54,7 @@ static char *rcsid = "$FreeBSD: src/lib/libc/rpc/pmap_rmt.c,v 1.15 2000/01/27 23
#include <net/if.h>
#include <sys/ioctl.h>
#include <arpa/inet.h>
#include <sys/select.h>
#define MAX_BROADCAST_SIZE 1400
static struct timeval timeout = { 3, 0 };
+2
View File
@@ -41,6 +41,8 @@ static char sccsid[] = "@(#)rpcdname.c 1.7 91/03/11 Copyr 1989 Sun Micro";
#include <string.h>
#include <rpc/rpc.h>
int getdomainname(char *, size_t);
#define default_domain ((char *)((struct rtems_rpc_task_variables *)rtems_rpc_task_variables)->rpcdname_default_domain)
static char *
+1
View File
@@ -51,6 +51,7 @@
#include <netinet/in.h>
#include <stdio.h>
#include <netdb.h>
#include <sys/select.h>
#if defined(LIBC_SCCS) && !defined(lint)
/* from: static char sccsid[] = "@(#)rtime.c 2.2 88/08/10 4.0 RPCSRC; from 1.8 88/02/08 SMI"; */
+1
View File
@@ -51,6 +51,7 @@ static char *rcsid = "$FreeBSD: src/lib/libc/rpc/svc_tcp.c,v 1.18 2000/01/27 23:
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <errno.h>
#include <sys/select.h>
/*
* Ops vector for TCP/IP based rpc service handle