summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormjl <mjl@NetBSD.org>2000-07-03 23:40:00 +0000
committermjl <mjl@NetBSD.org>2000-07-03 23:40:00 +0000
commit73c658e7ddbea85e25f05a2cbca468b6579cd3d5 (patch)
treef98bc1e95d812132f1a7b561a32445d3931d5240 /include
parentee1989a0d18b73c090f35a8b03b6b62ffca9ab19 (diff)
Add PATH_SKEYKEYS.
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 9db1440266d..f02cd602693 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -1,4 +1,4 @@
-/* $NetBSD: paths.h,v 1.14 2000/05/27 06:08:28 matt Exp $ */
+/* $NetBSD: paths.h,v 1.15 2000/07/03 23:40:00 mjl Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -73,6 +73,7 @@
#define _PATH_OAUDIOCTL "/dev/audioctl"
#define _PATH_SENDMAIL "/usr/sbin/sendmail"
#define _PATH_SHELLS "/etc/shells"
+#define _PATH_SKEYKEYS "/etc/skeykeys"
#define _PATH_SOUND "/dev/sound0"
#define _PATH_TTY "/dev/tty"
#define _PATH_UNIX "/netbsd"