diff options
| author | lukem <lukem@NetBSD.org> | 1997-04-15 05:29:56 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1997-04-15 05:29:56 +0000 |
| commit | f184ab25696bac0b0f12edcffc39728b58a415dc (patch) | |
| tree | 68dfaf8693aaab9fb3959679601455064f04c654 /include | |
| parent | 16865d719af5d1e50dc62045be5635ee50ebb8ba (diff) | |
add _PATH_DEFTAPE, defined to "/dev/rst0"
Diffstat (limited to 'include')
| -rw-r--r-- | include/paths.h | 3 |
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" |
