summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2015-09-24 14:39:37 +0000
committerchristos <christos@NetBSD.org>2015-09-24 14:39:37 +0000
commit05fe6aa1771f2c8b7949fecb2da0f3f7b7533956 (patch)
treee5c4cc60cc1feb32decb6cf096cc716840b54324 /include
parentfdd308da00562bcf67ff60567a6459ef95982b8a (diff)
add kinfo_getvmmap() decl
Diffstat (limited to 'include')
-rw-r--r--include/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h
index ca1078cfd5a..38d27a52ca6 100644
--- a/include/util.h
+++ b/include/util.h
@@ -1,4 +1,4 @@
-/* $NetBSD: util.h,v 1.67 2015/07/26 02:20:30 kamil Exp $ */
+/* $NetBSD: util.h,v 1.68 2015/09/24 14:39:37 christos Exp $ */
/*-
* Copyright (c) 1995
@@ -83,6 +83,7 @@ const char *getdiskrawname(char *, size_t, const char *);
const char *getdiskcookedname(char *, size_t, const char *);
const char *getfstypename(int);
const char *getfsspecname(char *, size_t, const char *);
+struct kinfo_vmentry *kinfo_getvmmap(pid_t, size_t *);
#ifndef __LIBC12_SOURCE__
void login(const struct utmp *) __RENAME(__login50);
void loginx(const struct utmpx *) __RENAME(__loginx50);