Module Name:    src
Committed By:   pgoyette
Date:           Wed May  6 23:06:26 UTC 2015

Modified Files:
        src/include: paths.h

Log Message:
Add missing PATH_WATCHDOG (to complement PATH_SYSMON and PATH_POWER)


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/include/paths.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/paths.h
diff -u src/include/paths.h:1.41 src/include/paths.h:1.42
--- src/include/paths.h:1.41	Sun Jun  3 21:42:46 2012
+++ src/include/paths.h	Wed May  6 23:06:26 2015
@@ -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.

Reply via email to