Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libutil need uvm_param.h now.
details: https://anonhg.NetBSD.org/src/rev/d901ef0a42fc
branches: trunk
changeset: 340733:d901ef0a42fc
user: christos <christos%NetBSD.org@localhost>
date: Sat Sep 26 20:28:55 2015 +0000
description:
need uvm_param.h now.
diffstat:
lib/libutil/kinfo_getvmmap.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 544c989d233d -r d901ef0a42fc lib/libutil/kinfo_getvmmap.c
--- a/lib/libutil/kinfo_getvmmap.c Sat Sep 26 20:28:37 2015 +0000
+++ b/lib/libutil/kinfo_getvmmap.c Sat Sep 26 20:28:55 2015 +0000
@@ -2,7 +2,7 @@
#ifdef __FBSDID
__FBSDID("$FreeBSD: head/lib/libutil/kinfo_getvmmap.c 186512 2008-12-27 11:12:23Z rwatson $");
#endif
-__RCSID("$NetBSD: kinfo_getvmmap.c,v 1.2 2015/09/24 15:30:39 christos Exp $");
+__RCSID("$NetBSD: kinfo_getvmmap.c,v 1.3 2015/09/26 20:28:55 christos Exp $");
#include <sys/param.h>
#include <sys/user.h>
@@ -10,6 +10,7 @@
#include <stdlib.h>
#include <string.h>
#include <util.h>
+#include <uvm/uvm_param.h>
struct kinfo_vmentry *
kinfo_getvmmap(pid_t pid, size_t *cntp)
Home |
Main Index |
Thread Index |
Old Index