Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include Add missing PATH_WATCHDOG (to complement PATH_SYSMON...



details:   https://anonhg.NetBSD.org/src/rev/7f8bf77d61d7
branches:  trunk
changeset: 808131:7f8bf77d61d7
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed May 06 23:06:26 2015 +0000

description:
Add missing PATH_WATCHDOG (to complement PATH_SYSMON and PATH_POWER)

diffstat:

 include/paths.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r eea6d0876a33 -r 7f8bf77d61d7 include/paths.h
--- a/include/paths.h   Wed May 06 21:27:05 2015 +0000
+++ b/include/paths.h   Wed May 06 23:06:26 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: paths.h,v 1.41 2012/06/03 21:42:46 joerg Exp $ */
+/*     $NetBSD: paths.h,v 1.42 2015/05/06 23:06:26 pgoyette Exp $      */
 
 /*
  * Copyright (c) 1989, 1993
@@ -99,6 +99,7 @@
 #define        _PATH_URANDOM   "/dev/urandom"
 #define        _PATH_VIDEO     "/dev/video"
 #define        _PATH_VIDEO0    "/dev/video0"
+#define        _PATH_WATCHDOG  "/dev/watchdog"
 
 /*
  * Provide trailing slash, since mostly used for building pathnames.



Home | Main Index | Thread Index | Old Index