summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2010-04-24 20:44:33 +0000
committerjruoho <jruoho@NetBSD.org>2010-04-24 20:44:33 +0000
commit73bd86de75aa329f51fc56fb0b068e51b0cbb43d (patch)
tree828a330300fdab1547eeee1b05a2d14309f22245 /include
parent1da7b01e3b2364eb2d10361c3a60fc86db6b6075 (diff)
Define _PATH_POWER and use it.
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 caabb8ba3e7..ab0565110c4 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -1,4 +1,4 @@
-/* $NetBSD: paths.h,v 1.36 2010/02/03 18:11:18 roy Exp $ */
+/* $NetBSD: paths.h,v 1.37 2010/04/24 20:44:33 jruoho Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -82,6 +82,7 @@
#define _PATH_MIXER0 "/dev/mixer0"
#define _PATH_NOLOGIN "/etc/nologin"
#define _PATH_PRINTCAP "/etc/printcap"
+#define _PATH_POWER "/dev/power"
#define _PATH_PUD "/dev/pud"
#define _PATH_PUFFS "/dev/puffs"
#define _PATH_RANDOM "/dev/random"