Browse Source

Add _PATH_DEFTAPE

OPENBSD_2_1
millert 27 years ago
parent
commit
64448add56
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/include/paths.h

+ 2
- 1
src/include/paths.h View File

@ -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"


Loading…
Cancel
Save