Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include add kinfo_getvmmap() decl
details: https://anonhg.NetBSD.org/src/rev/f9eb3d8b6a5d
branches: trunk
changeset: 340680:f9eb3d8b6a5d
user: christos <christos%NetBSD.org@localhost>
date: Thu Sep 24 14:39:37 2015 +0000
description:
add kinfo_getvmmap() decl
diffstat:
include/util.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f9503b78b35a -r f9eb3d8b6a5d include/util.h
--- a/include/util.h Thu Sep 24 14:39:20 2015 +0000
+++ b/include/util.h Thu Sep 24 14:39:37 2015 +0000
@@ -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 *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);
Home |
Main Index |
Thread Index |
Old Index