summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-12 00:35:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-12 00:35:19 +0000
commit2451dffe7f7fa6a8b6ef8028e23246e138eddd7b (patch)
tree559f61435c3de9a3ffaa5d065dc0652204c61bce /include
parent664daff8142f2c5793f89c418c3651bbff223ff7 (diff)
be more careful, george
Diffstat (limited to 'include')
-rw-r--r--include/paths.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h
index 98459422f8c..1dfbdc0704c 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: paths.h,v 1.6 1997/04/16 03:41:52 millert Exp $ */
+/* $OpenBSD: paths.h,v 1.7 1997/06/12 00:35:18 deraadt Exp $ */
/* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */
/*
@@ -53,6 +53,7 @@
#define _PATH_DRUM "/dev/drum"
#define _PATH_FSIRAND "/sbin/fsirand"
#define _PATH_KMEM "/dev/kmem"
+#define _PATH_KVMDB "/var/db/kvm.db"
#define _PATH_LOCALE "/usr/share/locale"
#define _PATH_MAILDIR "/var/mail"
#define _PATH_MAN "/usr/share/man"