Source-Changes-HG archive

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

[src/trunk]: src/include Add _PATH_DEV_PTS



details:   https://anonhg.NetBSD.org/src/rev/85ef61fc067b
branches:  trunk
changeset: 571112:85ef61fc067b
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 11 03:10:57 2004 +0000

description:
Add _PATH_DEV_PTS

diffstat:

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

diffs (17 lines):

diff -r c7348caf1318 -r 85ef61fc067b include/paths.h
--- a/include/paths.h   Thu Nov 11 03:06:21 2004 +0000
+++ b/include/paths.h   Thu Nov 11 03:10:57 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: paths.h,v 1.27 2004/08/19 23:10:40 christos Exp $      */
+/*     $NetBSD: paths.h,v 1.28 2004/11/11 03:10:57 christos Exp $      */
 
 /*
  * Copyright (c) 1989, 1993
@@ -95,6 +95,7 @@
  * see the __CONCAT() macro from <sys/cdefs.h> for cpp examples.
  */
 #define        _PATH_DEV       "/dev/"
+#define        _PATH_DEV_PTS   "/dev/pts/"
 #define        _PATH_EMUL_AOUT "/emul/aout/"
 #define        _PATH_TMP       "/tmp/"
 #define        _PATH_VARDB     "/var/db/"



Home | Main Index | Thread Index | Old Index