Module Name: src
Committed By: christos
Date: Thu Sep 24 14:39:37 UTC 2015
Modified Files:
src/include: util.h
Log Message:
add kinfo_getvmmap() decl
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/include/util.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/util.h
diff -u src/include/util.h:1.67 src/include/util.h:1.68
--- src/include/util.h:1.67 Sat Jul 25 22:20:30 2015
+++ src/include/util.h Thu Sep 24 10:39:37 2015
@@ -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 *, s
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);