Module Name:    src
Committed By:   christos
Date:           Mon Jan 16 19:15:28 UTC 2017

Modified Files:
        src/include: paths.h

Log Message:
add _PATH_DEVZERO


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 src/include/paths.h:1.43
--- src/include/paths.h:1.42	Wed May  6 19:06:26 2015
+++ src/include/paths.h	Mon Jan 16 14:15:28 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: paths.h,v 1.42 2015/05/06 23:06:26 pgoyette Exp $	*/
+/*	$NetBSD: paths.h,v 1.43 2017/01/16 19:15:28 christos Exp $	*/
 
 /*
  * Copyright (c) 1989, 1993
@@ -67,6 +67,7 @@
 #define	_PATH_DEVCDB	"/var/run/dev.cdb"
 #define	_PATH_DEVDB	"/var/run/dev.db"
 #define	_PATH_DEVNULL	"/dev/null"
+#define	_PATH_DEVZERO	"/dev/zero"
 #define	_PATH_DRUM	"/dev/drum"
 #define	_PATH_ESDB	"/usr/share/i18n/esdb"
 #define	_PATH_FTPUSERS	"/etc/ftpusers"

Reply via email to