const poisoning.

This commit is contained in:
mycroft 1998-07-26 11:45:21 +00:00
parent 423c2aade7
commit 0c38099309
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: clnt.h,v 1.11 1998/02/13 04:36:13 lukem Exp $ */ /* $NetBSD: clnt.h,v 1.12 1998/07/26 11:45:21 mycroft Exp $ */
/* /*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@ -117,7 +117,7 @@ struct rpc_err {
*/ */
typedef struct __rpc_client { typedef struct __rpc_client {
AUTH *cl_auth; /* authenticator */ AUTH *cl_auth; /* authenticator */
struct clnt_ops { const struct clnt_ops {
/* call remote procedure */ /* call remote procedure */
enum clnt_stat (*cl_call) __P((struct __rpc_client *, enum clnt_stat (*cl_call) __P((struct __rpc_client *,
u_long, xdrproc_t, caddr_t, xdrproc_t, u_long, xdrproc_t, caddr_t, xdrproc_t,

View File

@ -1,4 +1,4 @@
/* $NetBSD: svc.h,v 1.13 1998/02/11 23:01:27 lukem Exp $ */ /* $NetBSD: svc.h,v 1.14 1998/07/26 11:45:21 mycroft Exp $ */
/* /*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@ -76,7 +76,7 @@ enum xprt_stat {
typedef struct __rpc_svcxprt { typedef struct __rpc_svcxprt {
int xp_sock; int xp_sock;
u_short xp_port; /* associated port number */ u_short xp_port; /* associated port number */
struct xp_ops { const struct xp_ops {
/* receive incomming requests */ /* receive incomming requests */
bool_t (*xp_recv) __P((struct __rpc_svcxprt *, bool_t (*xp_recv) __P((struct __rpc_svcxprt *,
struct rpc_msg *)); struct rpc_msg *));