Skip to content

Commit

Permalink
add kinfo_getvmmap() decl
Browse files Browse the repository at this point in the history
  • Loading branch information
christos committed Sep 24, 2015
1 parent 6d6bc15 commit df86acc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit df86acc

Please sign in to comment.