diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-16 03:41:53 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-16 03:41:53 +0000 |
commit | b204c2a507af25640bb5048c34ab1e1dabc01e27 (patch) | |
tree | e533c5c56c289c37bfd93760b425c4da0b9b8081 /include | |
parent | 7eeec3c3b554c172aec67a1887f7333029e2ae46 (diff) |
Add _PATH_DEFTAPE
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 cb7780f466f..98459422f8c 100644 --- a/include/paths.h +++ b/include/paths.h @@ -1,4 +1,4 @@ -/* $OpenBSD: paths.h,v 1.5 1997/02/21 19:21:51 millert Exp $ */ +/* $OpenBSD: paths.h,v 1.6 1997/04/16 03:41:52 millert Exp $ */ /* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */ /* @@ -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" |