const poisoning.

This commit is contained in:
mycroft 1998-07-26 13:16:59 +00:00
parent ec143cf9f4
commit 00eb97ddac
3 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: getrpcent.c,v 1.11 1998/02/13 05:52:22 lukem Exp $ */
/* $NetBSD: getrpcent.c,v 1.12 1998/07/26 13:19:18 mycroft Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@ -35,7 +35,7 @@
#if 0
static char *sccsid = "@(#)getrpcent.c 1.14 91/03/11 Copyr 1984 Sun Micro";
#else
__RCSID("$NetBSD: getrpcent.c,v 1.11 1998/02/13 05:52:22 lukem Exp $");
__RCSID("$NetBSD: getrpcent.c,v 1.12 1998/07/26 13:19:18 mycroft Exp $");
#endif
#endif
@ -79,7 +79,7 @@ struct rpcdata {
static struct rpcent *interpret __P((char *val, int len));
static char RPCDB[] = "/etc/rpc";
#define RPCDB "/etc/rpc"
static struct rpcdata *_rpcdata __P((void));

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap_clnt.c,v 1.8 1998/02/13 05:52:24 lukem Exp $ */
/* $NetBSD: pmap_clnt.c,v 1.9 1998/07/26 13:16:59 mycroft Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@ -35,7 +35,7 @@
static char *sccsid = "@(#)pmap_clnt.c 1.37 87/08/11 Copyr 1984 Sun Micro";
static char *sccsid = "@(#)pmap_clnt.c 2.2 88/08/01 4.0 RPCSRC";
#else
__RCSID("$NetBSD: pmap_clnt.c,v 1.8 1998/02/13 05:52:24 lukem Exp $");
__RCSID("$NetBSD: pmap_clnt.c,v 1.9 1998/07/26 13:16:59 mycroft Exp $");
#endif
#endif
@ -59,8 +59,8 @@ __weak_alias(pmap_set,_pmap_set);
__weak_alias(pmap_unset,_pmap_unset);
#endif
static struct timeval timeout = { 5, 0 };
static struct timeval tottimeout = { 60, 0 };
static const struct timeval timeout = { 5, 0 };
static const struct timeval tottimeout = { 60, 0 };
/*
* Set a mapping between program,version and port.

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap_getport.c,v 1.7 1998/02/13 05:52:26 lukem Exp $ */
/* $NetBSD: pmap_getport.c,v 1.8 1998/07/26 13:16:59 mycroft Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@ -35,7 +35,7 @@
static char *sccsid = "@(#)pmap_getport.c 1.9 87/08/11 Copyr 1984 Sun Micro";
static char *sccsid = "@(#)pmap_getport.c 2.2 88/08/01 4.0 RPCSRC";
#else
__RCSID("$NetBSD: pmap_getport.c,v 1.7 1998/02/13 05:52:26 lukem Exp $");
__RCSID("$NetBSD: pmap_getport.c,v 1.8 1998/07/26 13:16:59 mycroft Exp $");
#endif
#endif
@ -63,8 +63,8 @@ __RCSID("$NetBSD: pmap_getport.c,v 1.7 1998/02/13 05:52:26 lukem Exp $");
__weak_alias(pmap_getport,_pmap_getport);
#endif
static struct timeval timeout = { 5, 0 };
static struct timeval tottimeout = { 60, 0 };
static const struct timeval timeout = { 5, 0 };
static const struct timeval tottimeout = { 60, 0 };
/*
* Find the mapped port for program,version.