summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-04-15 05:29:56 +0000
committerlukem <lukem@NetBSD.org>1997-04-15 05:29:56 +0000
commitf184ab25696bac0b0f12edcffc39728b58a415dc (patch)
tree68dfaf8693aaab9fb3959679601455064f04c654 /include
parent16865d719af5d1e50dc62045be5635ee50ebb8ba (diff)
add _PATH_DEFTAPE, defined to "/dev/rst0"
Diffstat (limited to 'include')
-rw-r--r--include/paths.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h
index 659e970f71d..a5be40f8f4a 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -1,4 +1,4 @@
-/* $NetBSD: paths.h,v 1.8 1996/10/12 00:49:19 cgd Exp $ */
+/* $NetBSD: paths.h,v 1.9 1997/04/15 05:29:56 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -47,6 +47,7 @@
#define _PATH_BSHELL "/bin/sh"
#define _PATH_CONSOLE "/dev/console"
#define _PATH_CSHELL "/bin/csh"
+#define _PATH_DEFTAPE "/dev/rst0"
#define _PATH_DEVDB "/var/run/dev.db"
#define _PATH_DEVNULL "/dev/null"
#define _PATH_DRUM "/dev/drum"