summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rstatd
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-11-06 19:18:30 +0000
committerart <art@openbsd.org>2001-11-06 19:18:30 +0000
commitae1f8b1d3e2ba5ec70570ed79b2f0ed37ba013f7 (patch)
tree9397c359a6b08378726ab0ab563d5b794f4d5959 /libexec/rpc.rstatd
parentAdapt to new uvm/ includes. (diff)
downloadwireguard-openbsd-ae1f8b1d3e2ba5ec70570ed79b2f0ed37ba013f7.tar.xz
wireguard-openbsd-ae1f8b1d3e2ba5ec70570ed79b2f0ed37ba013f7.zip
new vm includes.
Diffstat (limited to 'libexec/rpc.rstatd')
-rw-r--r--libexec/rpc.rstatd/rstat_proc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libexec/rpc.rstatd/rstat_proc.c b/libexec/rpc.rstatd/rstat_proc.c
index 23c066c180f..511f2b533f8 100644
--- a/libexec/rpc.rstatd/rstat_proc.c
+++ b/libexec/rpc.rstatd/rstat_proc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rstat_proc.c,v 1.18 2001/10/30 22:28:01 deraadt Exp $ */
+/* $OpenBSD: rstat_proc.c,v 1.19 2001/11/06 19:18:30 art Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -31,7 +31,7 @@
#ifndef lint
/*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";*/
-static char rcsid[] = "$OpenBSD: rstat_proc.c,v 1.18 2001/10/30 22:28:01 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: rstat_proc.c,v 1.19 2001/11/06 19:18:30 art Exp $";
#endif
/*
@@ -46,7 +46,6 @@ static char rcsid[] = "$OpenBSD: rstat_proc.c,v 1.18 2001/10/30 22:28:01 deraadt
#include <sys/socket.h>
#include <sys/sysctl.h>
#include <net/if.h>
-#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <stdio.h>