diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 19:18:31 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 19:18:31 +0000 |
commit | fd3c315bac452667054e7c881b7db2e70bd2b93f (patch) | |
tree | 254e709feb24062823b83ed224e24ab295123c92 /libexec/rpc.rstatd | |
parent | cbcb1636d0d5e580f859d2f39741991c05870709 (diff) |
new vm includes.
Diffstat (limited to 'libexec/rpc.rstatd')
-rw-r--r-- | libexec/rpc.rstatd/rstat_proc.c | 5 |
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> |