summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorbad <bad@NetBSD.org>1998-02-11 17:27:37 +0000
committerbad <bad@NetBSD.org>1998-02-11 17:27:37 +0000
commit8a0d3fa9d7f680af3b51f305231fc6da9398e710 (patch)
tree6e3a7e8e2d5694c08e0b5db089e5d786f0293763 /libexec
parent1174dff7b7eb771bcda3bc32dfaf601c3849bbeb (diff)
Make this compile with -DUVM.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rpc.rstatd/rstat_proc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rpc.rstatd/rstat_proc.c b/libexec/rpc.rstatd/rstat_proc.c
index 509f86af28d..a1e7cae0d91 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 <rpc/rpc.h>
#undef FSHIFT /* Use protocol's shift and scale values */