summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormanu <manu@NetBSD.org>2001-09-16 06:56:29 +0000
committermanu <manu@NetBSD.org>2001-09-16 06:56:29 +0000
commit6b22bb219efdb67525a283fd6a0d4fe4b003c556 (patch)
tree3b3ca7edea764c857b2b5391dc13e4308c3c218d /include
parent5a8892e22d50a798efe55bc352bc14351eef206d (diff)
Added the path for the clockctl pseudodriver device.
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 f02cd602693..4a486535c36 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -1,4 +1,4 @@
-/* $NetBSD: paths.h,v 1.15 2000/07/03 23:40:00 mjl Exp $ */
+/* $NetBSD: paths.h,v 1.16 2001/09/16 06:56:29 manu Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -76,6 +76,7 @@
#define _PATH_SKEYKEYS "/etc/skeykeys"
#define _PATH_SOUND "/dev/sound0"
#define _PATH_TTY "/dev/tty"
+#define _PATH_CLOCKCTL "/dev/clockctl"
#define _PATH_UNIX "/netbsd"
#define _PATH_VI "/usr/bin/vi"