summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>1998-02-10 00:44:23 +0000
committerperry <perry@NetBSD.org>1998-02-10 00:44:23 +0000
commit3d7d6c33dfaabe2b49ee09abf6a5a653f2f89704 (patch)
tree0ceda93749272549282bc6f5b2c5128f9dd2568f /include
parent3b3774fc83315ae790d3232cf0a19a521b968c58 (diff)
cleanup multiple inclusion protection.
Diffstat (limited to 'include')
-rw-r--r--include/rpc/auth.h8
-rw-r--r--include/rpc/auth_unix.h8
-rw-r--r--include/rpc/clnt.h4
-rw-r--r--include/rpc/pmap_clnt.h8
-rw-r--r--include/rpc/pmap_prot.h8
-rw-r--r--include/rpc/pmap_rmt.h8
-rw-r--r--include/rpc/rpc.h8
-rw-r--r--include/rpc/rpc_msg.h8
-rw-r--r--include/rpc/svc.h8
-rw-r--r--include/rpc/svc_auth.h8
-rw-r--r--include/rpc/types.h8
-rw-r--r--include/rpc/xdr.h8
12 files changed, 46 insertions, 46 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h
index 35d84d54636..ccbd2347a4f 100644
--- a/include/rpc/auth.h
+++ b/include/rpc/auth.h
@@ -1,4 +1,4 @@
-/* $NetBSD: auth.h,v 1.8 1997/07/13 18:14:22 christos Exp $ */
+/* $NetBSD: auth.h,v 1.9 1998/02/10 00:44:23 perry Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -42,8 +42,8 @@
* "sessions".
*/
-#ifndef _RPC_AUTH_H
-#define _RPC_AUTH_H
+#ifndef _RPC_AUTH_H_
+#define _RPC_AUTH_H_
#include <sys/cdefs.h>
#define MAX_AUTH_BYTES 400
@@ -188,4 +188,4 @@ __END_DECLS
#define AUTH_SHORT 2 /* short hand unix style */
#define AUTH_DES 3 /* des style (encrypted timestamps) */
-#endif /* !_RPC_AUTH_H */
+#endif /* !_RPC_AUTH_H_ */
diff --git a/include/rpc/auth_unix.h b/include/rpc/auth_unix.h
index 9c3e76b74ce..f0bf3e1714e 100644
--- a/include/rpc/auth_unix.h
+++ b/include/rpc/auth_unix.h
@@ -1,4 +1,4 @@
-/* $NetBSD: auth_unix.h,v 1.4 1994/10/26 00:56:56 cgd Exp $ */
+/* $NetBSD: auth_unix.h,v 1.5 1998/02/10 00:44:27 perry Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -45,8 +45,8 @@
* for the credentials.
*/
-#ifndef _RPC_AUTH_UNIX_H
-#define _RPC_AUTH_UNIX_H
+#ifndef _RPC_AUTH_UNIX_H_
+#define _RPC_AUTH_UNIX_H_
#include <sys/cdefs.h>
/* The machine name is part of a credential; it may not exceed 255 bytes */
@@ -80,4 +80,4 @@ struct short_hand_verf {
struct opaque_auth new_cred;
};
-#endif /* !_RPC_AUTH_UNIX_H */
+#endif /* !_RPC_AUTH_UNIX_H_ */
diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h
index b2fc7e27b98..4314f96d8c0 100644
--- a/include/rpc/clnt.h
+++ b/include/rpc/clnt.h
@@ -1,4 +1,4 @@
-/* $NetBSD: clnt.h,v 1.6 1995/04/29 05:27:58 cgd Exp $ */
+/* $NetBSD: clnt.h,v 1.7 1998/02/10 00:44:29 perry Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -369,4 +369,4 @@ extern struct rpc_createerr rpc_createerr;
#define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */
#define RPCSMALLMSGSIZE 400 /* a more reasonable packet size */
-#endif /* !_RPC_CLNT_H */
+#endif /* !_RPC_CLNT_H_ */
diff --git a/include/rpc/pmap_clnt.h b/include/rpc/pmap_clnt.h
index 528fe2f5a08..ece1823d1f0 100644
--- a/include/rpc/pmap_clnt.h
+++ b/include/rpc/pmap_clnt.h
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap_clnt.h,v 1.5 1994/12/04 01:12:42 cgd Exp $ */
+/* $NetBSD: pmap_clnt.h,v 1.6 1998/02/10 00:44:32 perry Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -61,8 +61,8 @@
* address if the responder to the broadcast.
*/
-#ifndef _RPC_PMAPCLNT_H
-#define _RPC_PMAPCLNT_H
+#ifndef _RPC_PMAP_CLNT_H_
+#define _RPC_PMAP_CLNT_H_
#include <sys/cdefs.h>
__BEGIN_DECLS
@@ -83,4 +83,4 @@ extern u_short pmap_getport __P((struct sockaddr_in *,
u_long, u_long, u_int));
__END_DECLS
-#endif /* !_RPC_PMAPCLNT_H */
+#endif /* !_RPC_PMAP_CLNT_H_ */
diff --git a/include/rpc/pmap_prot.h b/include/rpc/pmap_prot.h
index 56d115aab94..c77a2ebcd02 100644
--- a/include/rpc/pmap_prot.h
+++ b/include/rpc/pmap_prot.h
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap_prot.h,v 1.4 1994/10/26 00:57:00 cgd Exp $ */
+/* $NetBSD: pmap_prot.h,v 1.5 1998/02/10 00:44:34 perry Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -69,8 +69,8 @@
* The service supports remote procedure calls on udp/ip or tcp/ip socket 111.
*/
-#ifndef _RPC_PMAPPROT_H
-#define _RPC_PMAPPROT_H
+#ifndef _RPC_PMAP_PROT_H_
+#define _RPC_PMAP_PROT_H_
#include <sys/cdefs.h>
#define PMAPPORT ((u_short)111)
@@ -102,4 +102,4 @@ extern bool_t xdr_pmap __P((XDR *, struct pmap *));
extern bool_t xdr_pmaplist __P((XDR *, struct pmaplist **));
__END_DECLS
-#endif /* !_RPC_PMAPPROT_H */
+#endif /* !_RPC_PMAP_PROT_H_ */
diff --git a/include/rpc/pmap_rmt.h b/include/rpc/pmap_rmt.h
index f9b4d8c4bef..1e073eb8503 100644
--- a/include/rpc/pmap_rmt.h
+++ b/include/rpc/pmap_rmt.h
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap_rmt.h,v 1.4 1994/10/26 00:57:01 cgd Exp $ */
+/* $NetBSD: pmap_rmt.h,v 1.5 1998/02/10 00:44:36 perry Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -39,8 +39,8 @@
* Copyright (C) 1986, Sun Microsystems, Inc.
*/
-#ifndef _RPC_PMAPRMT_H
-#define _RPC_PMAPRMT_H
+#ifndef _RPC_PMAP_RMT_H_
+#define _RPC_PMAP_RMT_H_
#include <sys/cdefs.h>
struct rmtcallargs {
@@ -61,4 +61,4 @@ extern bool_t xdr_rmtcall_args __P((XDR *, struct rmtcallargs *));
extern bool_t xdr_rmtcallres __P((XDR *, struct rmtcallres *));
__END_DECLS
-#endif /* !_RPC_PMAPRMT_H */
+#endif /* !_RPC_PMAP_RMT_H_ */
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
index 9003fc162e0..b9c1cf7d0d5 100644
--- a/include/rpc/rpc.h
+++ b/include/rpc/rpc.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rpc.h,v 1.8 1997/08/25 22:20:31 lukem Exp $ */
+/* $NetBSD: rpc.h,v 1.9 1998/02/10 00:44:41 perry Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -38,8 +38,8 @@
*
* Copyright (C) 1984, Sun Microsystems, Inc.
*/
-#ifndef _RPC_RPC_H
-#define _RPC_RPC_H
+#ifndef _RPC_RPC_H_
+#define _RPC_RPC_H_
#include <rpc/types.h> /* some typedefs */
#include <netinet/in.h>
@@ -100,4 +100,4 @@ extern int callrpc __P((char *, int, int, int, xdrproc_t, char *,
extern int getrpcport __P((char *, int, int, int));
__END_DECLS
-#endif /* !_RPC_RPC_H */
+#endif /* !_RPC_RPC_H_ */
diff --git a/include/rpc/rpc_msg.h b/include/rpc/rpc_msg.h
index 1788ee90fe1..2d5e5cc3679 100644
--- a/include/rpc/rpc_msg.h
+++ b/include/rpc/rpc_msg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rpc_msg.h,v 1.6 1997/07/13 18:16:43 christos Exp $ */
+/* $NetBSD: rpc_msg.h,v 1.7 1998/02/10 00:44:44 perry Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -39,8 +39,8 @@
* Copyright (C) 1984, Sun Microsystems, Inc.
*/
-#ifndef _RPC_RPCMSG_H
-#define _RPC_RPCMSG_H
+#ifndef _RPC_RPC_MSG_H_
+#define _RPC_RPC_MSG_H_
#define RPC_MSG_VERSION ((u_long) 2)
#define RPC_SERVICE_PORT ((u_short) 2048)
@@ -210,4 +210,4 @@ extern bool_t xdr_rejected_reply __P((XDR *, struct rejected_reply *));
extern void _seterr_reply __P((struct rpc_msg *, struct rpc_err *));
__END_DECLS
-#endif /* !_RPC_RPCMSG_H */
+#endif /* !_RPC_RPC_MSG_H_ */
diff --git a/include/rpc/svc.h b/include/rpc/svc.h
index b64333d8521..dc1d2940a0e 100644
--- a/include/rpc/svc.h
+++ b/include/rpc/svc.h
@@ -1,4 +1,4 @@
-/* $NetBSD: svc.h,v 1.10 1997/07/13 18:17:43 christos Exp $ */
+/* $NetBSD: svc.h,v 1.11 1998/02/10 00:44:47 perry Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -38,8 +38,8 @@
* Copyright (C) 1984, Sun Microsystems, Inc.
*/
-#ifndef _RPC_SVC_H
-#define _RPC_SVC_H
+#ifndef _RPC_SVC_H_
+#define _RPC_SVC_H_
#include <sys/cdefs.h>
/*
@@ -320,4 +320,4 @@ __BEGIN_DECLS
extern SVCXPRT *svcfd_create __P((int, u_int, u_int));
__END_DECLS
-#endif /* !_RPC_SVC_H */
+#endif /* !_RPC_SVC_H_ */
diff --git a/include/rpc/svc_auth.h b/include/rpc/svc_auth.h
index a4d4a6310f5..ebca301f5b7 100644
--- a/include/rpc/svc_auth.h
+++ b/include/rpc/svc_auth.h
@@ -1,4 +1,4 @@
-/* $NetBSD: svc_auth.h,v 1.4 1994/10/26 00:57:07 cgd Exp $ */
+/* $NetBSD: svc_auth.h,v 1.5 1998/02/10 00:44:49 perry Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -38,8 +38,8 @@
* Copyright (C) 1984, Sun Microsystems, Inc.
*/
-#ifndef _RPC_SVCAUTH_H
-#define _RPC_SVCAUTH_H
+#ifndef _RPC_SVC_AUTH_H_
+#define _RPC_SVC_AUTH_H_
/*
* Server side authenticator
@@ -48,4 +48,4 @@ __BEGIN_DECLS
extern enum auth_stat _authenticate __P((struct svc_req *, struct rpc_msg *));
__END_DECLS
-#endif /* !_RPC_SVCAUTH_H */
+#endif /* !_RPC_SVC_AUTH_H_ */
diff --git a/include/rpc/types.h b/include/rpc/types.h
index 9e8d8956c9d..33cf61e3ead 100644
--- a/include/rpc/types.h
+++ b/include/rpc/types.h
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.8 1995/04/29 05:28:05 cgd Exp $ */
+/* $NetBSD: types.h,v 1.9 1998/02/10 00:44:51 perry Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -35,8 +35,8 @@
/*
* Rpc additions to <sys/types.h>
*/
-#ifndef _RPC_TYPES_H
-#define _RPC_TYPES_H
+#ifndef _RPC_TYPES_H_
+#define _RPC_TYPES_H_
#define bool_t int32_t
#define enum_t int32_t
@@ -60,4 +60,4 @@
#endif
#include <sys/time.h>
-#endif /* !_RPC_TYPES_H */
+#endif /* !_RPC_TYPES_H_ */
diff --git a/include/rpc/xdr.h b/include/rpc/xdr.h
index 28ded811add..3b790428ed2 100644
--- a/include/rpc/xdr.h
+++ b/include/rpc/xdr.h
@@ -1,4 +1,4 @@
-/* $NetBSD: xdr.h,v 1.7 1995/04/29 05:28:06 cgd Exp $ */
+/* $NetBSD: xdr.h,v 1.8 1998/02/10 00:44:54 perry Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -38,8 +38,8 @@
* Copyright (C) 1984, Sun Microsystems, Inc.
*/
-#ifndef _RPC_XDR_H
-#define _RPC_XDR_H
+#ifndef _RPC_XDR_H_
+#define _RPC_XDR_H_
#include <sys/cdefs.h>
/*
@@ -304,4 +304,4 @@ extern bool_t xdrrec_skiprecord __P((XDR *));
extern bool_t xdrrec_eof __P((XDR *));
__END_DECLS
-#endif /* !_RPC_XDR_H */
+#endif /* !_RPC_XDR_H_ */