From 8a0d3fa9d7f680af3b51f305231fc6da9398e710 Mon Sep 17 00:00:00 2001 From: bad Date: Wed, 11 Feb 1998 17:27:37 +0000 Subject: [PATCH] Make this compile with -DUVM. --- libexec/rpc.rstatd/rstat_proc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libexec/rpc.rstatd/rstat_proc.c b/libexec/rpc.rstatd/rstat_proc.c index 509f86af28d9..a1e7cae0d91b 100644 --- a/libexec/rpc.rstatd/rstat_proc.c +++ b/libexec/rpc.rstatd/rstat_proc.c @@ -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 #undef FSHIFT /* Use protocol's shift and scale values */