Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/compat PR/18733: Jed Davis: define _PATH_DEFTAPE; pax ...
details: https://anonhg.NetBSD.org/src/rev/9980912815a1
branches: trunk
changeset: 538421:9980912815a1
user: christos <christos%NetBSD.org@localhost>
date: Sun Oct 20 00:42:20 2002 +0000
description:
PR/18733: Jed Davis: define _PATH_DEFTAPE; pax needs it.
diffstat:
tools/compat/compat_defs.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r f6af56fd9465 -r 9980912815a1 tools/compat/compat_defs.h
--- a/tools/compat/compat_defs.h Sun Oct 20 00:40:29 2002 +0000
+++ b/tools/compat/compat_defs.h Sun Oct 20 00:42:20 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_defs.h,v 1.21 2002/10/08 00:28:36 lukem Exp $ */
+/* $NetBSD: compat_defs.h,v 1.22 2002/10/20 00:42:20 christos Exp $ */
#ifndef __NETBSD_COMPAT_DEFS_H__
#define __NETBSD_COMPAT_DEFS_H__
@@ -371,6 +371,9 @@
#ifndef _PATH_TMP
#define _PATH_TMP "/tmp/"
#endif
+#ifndef _PATH_DEFTAPE
+#define _PATH_DEFTAPE "/dev/nrst0"
+#endif
/* <stdarg.h> */
Home |
Main Index |
Thread Index |
Old Index