Make this compile with -DUVM.

This commit is contained in:
bad 1998-02-11 17:27:37 +00:00
parent 1174dff7b7
commit 8a0d3fa9d7
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rstat_proc.c,v 1.21 1998/02/07 12:04:37 mrg Exp $ */
/* $NetBSD: rstat_proc.c,v 1.22 1998/02/11 17:27:37 bad Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@ -35,7 +35,7 @@
static char sccsid[] = "from: @(#)rpc.rstatd.c 1.1 86/09/25 Copyr 1984 Sun Micro";
static char sccsid[] = "from: @(#)rstat_proc.c 2.2 88/08/01 4.0 RPCSRC";
#else
__RCSID("$NetBSD: rstat_proc.c,v 1.21 1998/02/07 12:04:37 mrg Exp $");
__RCSID("$NetBSD: rstat_proc.c,v 1.22 1998/02/11 17:27:37 bad Exp $");
#endif
#endif
@ -80,7 +80,7 @@ __RCSID("$NetBSD: rstat_proc.c,v 1.21 1998/02/07 12:04:37 mrg Exp $");
* this is a huge hack to stop `struct pmap' being
* defined twice!
*/
#define _RPC_PMAPPROT_H
#define _RPC_PMAP_PROT_H_
#include <rpc/rpc.h>
#undef FSHIFT /* Use protocol's shift and scale values */