summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2001-11-07 08:19:43 +0000
committermiod <miod@openbsd.org>2001-11-07 08:19:43 +0000
commitf95d82e7202e70579da87028529c5391e6a4a01a (patch)
treeef4b311967de082e01e9c5452d563a8837f34f20
parentskip ramdiskB for now (diff)
downloadwireguard-openbsd-f95d82e7202e70579da87028529c5391e6a4a01a.tar.xz
wireguard-openbsd-f95d82e7202e70579da87028529c5391e6a4a01a.zip
Use uvm headers.
-rw-r--r--bin/ps/print.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c
index 4b75fac4c25..6866144bb88 100644
--- a/bin/ps/print.c
+++ b/bin/ps/print.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print.c,v 1.18 2001/08/13 22:41:16 heko Exp $ */
+/* $OpenBSD: print.c,v 1.19 2001/11/07 08:19:43 miod Exp $ */
/* $NetBSD: print.c,v 1.27 1995/09/29 21:58:12 cgd Exp $ */
/*-
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94";
#else
-static char rcsid[] = "$OpenBSD: print.c,v 1.18 2001/08/13 22:41:16 heko Exp $";
+static char rcsid[] = "$OpenBSD: print.c,v 1.19 2001/11/07 08:19:43 miod Exp $";
#endif
#endif /* not lint */
@@ -50,7 +50,7 @@ static char rcsid[] = "$OpenBSD: print.c,v 1.18 2001/08/13 22:41:16 heko Exp $";
#include <sys/ucred.h>
#include <sys/sysctl.h>
-#include <vm/vm.h>
+#include <uvm/uvm.h>
#include <err.h>
#include <grp.h>