Source-Changes-HG archive

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

[src/trunk]: src/include Add _PATH_EMUL_AOUT.



details:   https://anonhg.NetBSD.org/src/rev/c41a91fc6f77
branches:  trunk
changeset: 486650:c41a91fc6f77
user:      matt <matt%NetBSD.org@localhost>
date:      Sat May 27 06:08:28 2000 +0000

description:
Add _PATH_EMUL_AOUT.

diffstat:

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

diffs (17 lines):

diff -r eb2028280b98 -r c41a91fc6f77 include/paths.h
--- a/include/paths.h   Sat May 27 05:00:47 2000 +0000
+++ b/include/paths.h   Sat May 27 06:08:28 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: paths.h,v 1.13 1999/03/26 07:27:04 mrg Exp $   */
+/*     $NetBSD: paths.h,v 1.14 2000/05/27 06:08:28 matt Exp $  */
 
 /*
  * Copyright (c) 1989, 1993
@@ -83,6 +83,7 @@
  * see the __CONCAT() macro from <sys/cdefs.h> for cpp examples.
  */
 #define        _PATH_DEV       "/dev/"
+#define        _PATH_EMUL_AOUT "/emul/aout/"
 #define        _PATH_TMP       "/tmp/"
 #define        _PATH_VARDB     "/var/db/"
 #define        _PATH_VARRUN    "/var/run/"



Home | Main Index | Thread Index | Old Index