Fix typo reported in PR 30872.
This commit is contained in:
parent
19ff568b84
commit
ed1153a3aa
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: clnt_raw.c,v 1.26 2005/06/09 22:13:17 yamt Exp $ */
|
||||
/* $NetBSD: clnt_raw.c,v 1.27 2005/07/30 11:11:46 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
|
||||
|
@ -35,7 +35,7 @@
|
|||
static char *sccsid = "@(#)clnt_raw.c 1.22 87/08/11 Copyr 1984 Sun Micro";
|
||||
static char *sccsid = "@(#)clnt_raw.c 2.2 88/08/01 4.0 RPCSRC";
|
||||
#else
|
||||
__RCSID("$NetBSD: clnt_raw.c,v 1.26 2005/06/09 22:13:17 yamt Exp $");
|
||||
__RCSID("$NetBSD: clnt_raw.c,v 1.27 2005/07/30 11:11:46 wiz Exp $");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -47,7 +47,7 @@ __RCSID("$NetBSD: clnt_raw.c,v 1.26 2005/06/09 22:13:17 yamt Exp $");
|
|||
* Memory based rpc for simple testing and timing.
|
||||
* Interface to create an rpc client and server in the same process.
|
||||
* This lets us similate rpc and get round trip overhead, without
|
||||
* any interference from the kernal.
|
||||
* any interference from the kernel.
|
||||
*/
|
||||
|
||||
#include "namespace.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: svc_raw.c,v 1.18 2005/06/09 22:13:17 yamt Exp $ */
|
||||
/* $NetBSD: svc_raw.c,v 1.19 2005/07/30 11:11:46 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
|
||||
|
@ -39,7 +39,7 @@
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)svc_raw.c 1.25 89/01/31 Copyr 1984 Sun Micro";
|
||||
#else
|
||||
__RCSID("$NetBSD: svc_raw.c,v 1.18 2005/06/09 22:13:17 yamt Exp $");
|
||||
__RCSID("$NetBSD: svc_raw.c,v 1.19 2005/07/30 11:11:46 wiz Exp $");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -47,7 +47,7 @@ __RCSID("$NetBSD: svc_raw.c,v 1.18 2005/06/09 22:13:17 yamt Exp $");
|
|||
* svc_raw.c, This a toy for simple testing and timing.
|
||||
* Interface to create an rpc client and server in the same UNIX process.
|
||||
* This lets us similate rpc and get rpc (round trip) overhead, without
|
||||
* any interference from the kernal.
|
||||
* any interference from the kernel.
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: vmparam.h,v 1.8 2005/03/26 05:12:34 fvdl Exp $ */
|
||||
/* $NetBSD: vmparam.h,v 1.9 2005/07/30 11:11:46 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
|
@ -57,7 +57,7 @@
|
|||
* the kernel stack.
|
||||
*
|
||||
* Immediately after the user structure is the page table map, and then
|
||||
* kernal address space.
|
||||
* kernel address space.
|
||||
*/
|
||||
#define USRSTACK VM_MAXUSER_ADDRESS
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: vmparam.h,v 1.30 2004/01/23 04:03:38 simonb Exp $ */
|
||||
/* $NetBSD: vmparam.h,v 1.31 2005/07/30 11:11:46 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
|
@ -57,7 +57,7 @@
|
|||
* the kernel stack.
|
||||
*
|
||||
* Immediately after the user structure is the page table map, and then
|
||||
* kernal address space.
|
||||
* kernel address space.
|
||||
*/
|
||||
#define USRSTACK VM_MAXUSER_ADDRESS
|
||||
|
||||
|
|
Loading…
Reference in New Issue