summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-06-12 00:35:18 +0000
committerderaadt <deraadt@openbsd.org>1997-06-12 00:35:18 +0000
commitb272c9ce0c90e1fa73275c038689b14e0f66ada2 (patch)
tree7e52573bcbe0caded158f5cd4e2eff267675c65d
parent.Xr (diff)
downloadwireguard-openbsd-b272c9ce0c90e1fa73275c038689b14e0f66ada2.tar.xz
wireguard-openbsd-b272c9ce0c90e1fa73275c038689b14e0f66ada2.zip
be more careful, george
-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"