summaryrefslogtreecommitdiffstats
path: root/include/rpc
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-05-07 20:01:10 +0000
committereivind <eivind@FreeBSD.org>1997-05-07 20:01:10 +0000
commit1ab5f0665111f82f93cc1a5d3f7ec6fbd17a45f0 (patch)
tree8f8313e64896480f1db17c92eee22495aca301a8 /include/rpc
parent747462e40f19802a3f1b005a0558c7e6eb655c56 (diff)
downloadFreeBSD-src-1ab5f0665111f82f93cc1a5d3f7ec6fbd17a45f0.zip
FreeBSD-src-1ab5f0665111f82f93cc1a5d3f7ec6fbd17a45f0.tar.gz
Back out all of yesterdays include file changes.
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/auth.h4
-rw-r--r--include/rpc/auth_unix.h5
-rw-r--r--include/rpc/clnt.h5
-rw-r--r--include/rpc/pmap_clnt.h5
-rw-r--r--include/rpc/pmap_prot.h4
-rw-r--r--include/rpc/pmap_rmt.h4
-rw-r--r--include/rpc/rpc_msg.h5
-rw-r--r--include/rpc/svc.h7
-rw-r--r--include/rpc/svc_auth.h6
-rw-r--r--include/rpc/xdr.h3
10 files changed, 10 insertions, 38 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h
index 0abf438..30359e2 100644
--- a/include/rpc/auth.h
+++ b/include/rpc/auth.h
@@ -28,7 +28,7 @@
*
* from: @(#)auth.h 1.17 88/02/08 SMI
* from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC
- * $Id: auth.h,v 1.9 1997/05/07 00:58:23 bde Exp $
+ * $Id: auth.h,v 1.10 1997/05/07 02:27:00 eivind Exp $
*/
/*
@@ -44,8 +44,6 @@
#ifndef _RPC_AUTH_H
#define _RPC_AUTH_H
#include <sys/cdefs.h>
-#include <rpc/types.h>
-#include <rpc/xdr.h>
#define MAX_AUTH_BYTES 400
#define MAXNETNAMELEN 255 /* maximum length of network user's name */
diff --git a/include/rpc/auth_unix.h b/include/rpc/auth_unix.h
index 4d71ea4..81f155c 100644
--- a/include/rpc/auth_unix.h
+++ b/include/rpc/auth_unix.h
@@ -28,7 +28,7 @@
*
* from: @(#)auth_unix.h 1.8 88/02/08 SMI
* from: @(#)auth_unix.h 2.2 88/07/29 4.0 RPCSRC
- * $Id: auth_unix.h,v 1.6 1997/02/23 09:17:21 peter Exp $
+ * $Id: auth_unix.h,v 1.7 1997/05/07 02:27:02 eivind Exp $
*/
/*
@@ -47,9 +47,6 @@
#ifndef _RPC_AUTH_UNIX_H
#define _RPC_AUTH_UNIX_H
#include <sys/cdefs.h>
-#include <rpc/types.h>
-#include <rpc/xdr.h>
-#include <rpc/auth.h>
/* The machine name is part of a credential; it may not exceed 255 bytes */
#define MAX_MACHINE_NAME 255
diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h
index 24066f9d..6bddcb7 100644
--- a/include/rpc/clnt.h
+++ b/include/rpc/clnt.h
@@ -28,7 +28,7 @@
*
* from: @(#)clnt.h 1.31 88/02/08 SMI
* from: @(#)clnt.h 2.1 88/07/29 4.0 RPCSRC
- * $Id: clnt.h,v 1.7 1997/02/23 09:17:22 peter Exp $
+ * $Id: clnt.h,v 1.8 1997/05/07 02:27:04 eivind Exp $
*/
/*
@@ -40,9 +40,6 @@
#ifndef _RPC_CLNT_H_
#define _RPC_CLNT_H_
#include <sys/cdefs.h>
-#include <rpc/types.h>
-#include <rpc/xdr.h>
-#include <rpc/auth.h>
/*
* Rpc calls return an enum clnt_stat. This should be looked at more,
diff --git a/include/rpc/pmap_clnt.h b/include/rpc/pmap_clnt.h
index 3f5dc2d..1d814ae 100644
--- a/include/rpc/pmap_clnt.h
+++ b/include/rpc/pmap_clnt.h
@@ -28,7 +28,7 @@
*
* from: @(#)pmap_clnt.h 1.11 88/02/08 SMI
* from: @(#)pmap_clnt.h 2.1 88/07/29 4.0 RPCSRC
- * $Id: pmap_clnt.h,v 1.7 1997/02/23 09:17:22 peter Exp $
+ * $Id: pmap_clnt.h,v 1.8 1997/05/07 02:27:05 eivind Exp $
*/
/*
@@ -63,9 +63,6 @@
#ifndef _RPC_PMAPCLNT_H
#define _RPC_PMAPCLNT_H
#include <sys/cdefs.h>
-#include <rpc/types.h>
-#include <rpc/xdr.h>
-#include <netinet/in.h>
__BEGIN_DECLS
extern bool_t pmap_set __P((u_long, u_long, int, int));
diff --git a/include/rpc/pmap_prot.h b/include/rpc/pmap_prot.h
index 4c42593..8cf7989 100644
--- a/include/rpc/pmap_prot.h
+++ b/include/rpc/pmap_prot.h
@@ -28,7 +28,7 @@
*
* from: @(#)pmap_prot.h 1.14 88/02/08 SMI
* from: @(#)pmap_prot.h 2.1 88/07/29 4.0 RPCSRC
- * $Id: pmap_prot.h,v 1.6 1997/02/23 09:17:23 peter Exp $
+ * $Id: pmap_prot.h,v 1.7 1997/05/07 02:27:07 eivind Exp $
*/
/*
@@ -71,8 +71,6 @@
#ifndef _RPC_PMAPPROT_H
#define _RPC_PMAPPROT_H
#include <sys/cdefs.h>
-#include <rpc/types.h>
-#include <rpc/xdr.h>
#define PMAPPORT ((u_short)111)
#define PMAPPROG ((u_long)100000)
diff --git a/include/rpc/pmap_rmt.h b/include/rpc/pmap_rmt.h
index 94472ad..336d1de 100644
--- a/include/rpc/pmap_rmt.h
+++ b/include/rpc/pmap_rmt.h
@@ -28,7 +28,7 @@
*
* from: @(#)pmap_rmt.h 1.2 88/02/08 SMI
* from: @(#)pmap_rmt.h 2.1 88/07/29 4.0 RPCSRC
- * $Id: pmap_rmt.h,v 1.6 1997/02/23 09:17:23 peter Exp $
+ * $Id: pmap_rmt.h,v 1.7 1997/05/07 02:27:08 eivind Exp $
*/
/*
@@ -41,8 +41,6 @@
#ifndef _RPC_PMAPRMT_H
#define _RPC_PMAPRMT_H
#include <sys/cdefs.h>
-#include <rpc/types.h>
-#include <rpc/xdr.h>
struct rmtcallargs {
u_long prog, vers, proc, arglen;
diff --git a/include/rpc/rpc_msg.h b/include/rpc/rpc_msg.h
index bc5637d..7b8c205 100644
--- a/include/rpc/rpc_msg.h
+++ b/include/rpc/rpc_msg.h
@@ -28,7 +28,7 @@
*
* from: @(#)rpc_msg.h 1.7 86/07/16 SMI
* from: @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC
- * $Id: rpc_msg.h,v 1.8 1997/02/23 09:17:24 peter Exp $
+ * $Id: rpc_msg.h,v 1.9 1997/05/07 02:27:09 eivind Exp $
*/
/*
@@ -40,9 +40,6 @@
#ifndef _RPC_RPCMSG_H
#define _RPC_RPCMSG_H
-#include <rpc/types.h>
-#include <rpc/xdr.h>
-#include <rpc/auth.h>
#define RPC_MSG_VERSION ((u_long) 2)
#define RPC_SERVICE_PORT ((u_short) 2048)
diff --git a/include/rpc/svc.h b/include/rpc/svc.h
index c058bad..3a5ad3b 100644
--- a/include/rpc/svc.h
+++ b/include/rpc/svc.h
@@ -28,7 +28,7 @@
*
* from: @(#)svc.h 1.20 88/02/08 SMI
* from: @(#)svc.h 2.2 88/07/29 4.0 RPCSRC
- * $Id: svc.h,v 1.9 1997/02/23 09:17:24 peter Exp $
+ * $Id: svc.h,v 1.10 1997/05/07 02:27:10 eivind Exp $
*/
/*
@@ -40,11 +40,6 @@
#ifndef _RPC_SVC_H
#define _RPC_SVC_H
#include <sys/cdefs.h>
-#include <rpc/types.h>
-#include <rpc/xdr.h>
-#include <rpc/auth.h>
-#include <rpc/rpc_msg.h>
-#include <netinet/in.h>
/*
* This interface must manage two items concerning remote procedure calling:
diff --git a/include/rpc/svc_auth.h b/include/rpc/svc_auth.h
index e7b8325..5e5fe2c 100644
--- a/include/rpc/svc_auth.h
+++ b/include/rpc/svc_auth.h
@@ -28,7 +28,7 @@
*
* from: @(#)svc_auth.h 1.6 86/07/16 SMI
* from: @(#)svc_auth.h 2.1 88/07/29 4.0 RPCSRC
- * $Id: svc_auth.h,v 1.6 1997/02/23 09:17:25 peter Exp $
+ * $Id: svc_auth.h,v 1.7 1997/05/07 02:27:10 eivind Exp $
*/
/*
@@ -39,10 +39,6 @@
#ifndef _RPC_SVCAUTH_H
#define _RPC_SVCAUTH_H
-#include <sys/cdefs.h>
-#include <rpc/auth.h>
-#include <rpc/svc.h>
-#include <rpc/rpc_msg.h>
/*
* Server side authenticator
diff --git a/include/rpc/xdr.h b/include/rpc/xdr.h
index 8d82ccd..8ea909b 100644
--- a/include/rpc/xdr.h
+++ b/include/rpc/xdr.h
@@ -28,7 +28,7 @@
*
* from: @(#)xdr.h 1.19 87/04/22 SMI
* from: @(#)xdr.h 2.2 88/07/29 4.0 RPCSRC
- * $Id: xdr.h,v 1.7 1997/02/23 09:17:25 peter Exp $
+ * $Id: xdr.h,v 1.8 1997/05/07 02:27:11 eivind Exp $
*/
/*
@@ -40,7 +40,6 @@
#ifndef _RPC_XDR_H
#define _RPC_XDR_H
#include <sys/cdefs.h>
-#include <rpc/types.h>
/*
* XDR provides a conventional way for converting between C data
OpenPOWER on IntegriCloud