Module Name:    src
Committed By:   christos
Date:           Mon Sep 12 21:14:29 UTC 2011

Modified Files:
        src/include: kvm.h

Log Message:
add kvm_getkernelname()


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/include/kvm.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/kvm.h
diff -u src/include/kvm.h:1.15 src/include/kvm.h:1.16
--- src/include/kvm.h:1.15	Thu Nov  8 15:48:04 2007
+++ src/include/kvm.h	Mon Sep 12 17:14:29 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: kvm.h,v 1.15 2007/11/08 20:48:04 joerg Exp $	*/
+/*	$NetBSD: kvm.h,v 1.16 2011/09/12 21:14:29 christos Exp $	*/
 
 /*-
  * Copyright (c) 1989, 1993
@@ -82,6 +82,7 @@
 kvm_t	 *kvm_openfiles(const char *, const char *, const char *, int, char *);
 ssize_t	  kvm_read(kvm_t *, u_long, void *, size_t);
 ssize_t	  kvm_write(kvm_t *, u_long, const void *, size_t);
+const char *kvm_getkernelname(kvm_t *);
 
 __END_DECLS
 

Reply via email to