summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_private.h
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2010-01-12 08:15:51 +0000
committerjasper <jasper@openbsd.org>2010-01-12 08:15:51 +0000
commit60c18cf45dbfdf95f34a390405a38b0b4d4e77ff (patch)
tree76811c469c16ff725f8036fa28ad4456a41c329a /lib/libkvm/kvm_private.h
parenttwo corrections from David A. Holland (netbsd -r1.24 of calendar.history); (diff)
downloadwireguard-openbsd-60c18cf45dbfdf95f34a390405a38b0b4d4e77ff.tar.xz
wireguard-openbsd-60c18cf45dbfdf95f34a390405a38b0b4d4e77ff.zip
the comment is right, this can indeed go away.
it's unused inside libkvm, and nothing else is allowed to use it. ok guenther@ "sure" deraadt@
Diffstat (limited to 'lib/libkvm/kvm_private.h')
-rw-r--r--lib/libkvm/kvm_private.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libkvm/kvm_private.h b/lib/libkvm/kvm_private.h
index 3c6b01e9959..84be012fd86 100644
--- a/lib/libkvm/kvm_private.h
+++ b/lib/libkvm/kvm_private.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: kvm_private.h,v 1.15 2009/06/24 13:04:24 millert Exp $ */
+/* $OpenBSD: kvm_private.h,v 1.16 2010/01/12 08:15:51 jasper Exp $ */
/* $NetBSD: kvm_private.h,v 1.7 1996/05/05 04:32:15 gwr Exp $ */
/*-
@@ -43,7 +43,6 @@ struct __kvm {
* if this value is null, errors are saved in errbuf[]
*/
const char *program;
- char *errp; /* XXX this can probably go away */
char errbuf[_POSIX2_LINE_MAX];
DB *db;
int pmfd; /* physical memory file (or crashdump) */