Source-Changes-HG archive

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

[src/trunk]: src/include add _PATH_DEVZERO



details:   https://anonhg.NetBSD.org/src/rev/84ef8f7749db
branches:  trunk
changeset: 820959:84ef8f7749db
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 16 19:15:28 2017 +0000

description:
add _PATH_DEVZERO

diffstat:

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

diffs (17 lines):

diff -r 97e822dc80c7 -r 84ef8f7749db include/paths.h
--- a/include/paths.h   Mon Jan 16 19:07:06 2017 +0000
+++ b/include/paths.h   Mon Jan 16 19:15:28 2017 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index