X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=compat%2Finclude%2Fpathnames.h;fp=compat%2Finclude%2Fpathnames.h;h=281d204671cfaf7be24314b6fd19701ff05f1ce0;hp=afaa14ddfcf2cfb642a04d088a1843557de1e341;hb=d1925e0c515fcb4f815d75292566d600fd715ff5;hpb=0d4dfd0731eacefd7e1fc8493522021f50ff92db diff --git a/compat/include/pathnames.h b/compat/include/pathnames.h index afaa14d..281d204 100644 --- a/compat/include/pathnames.h +++ b/compat/include/pathnames.h @@ -5,7 +5,7 @@ * Stelian Pop , 1999-2000 * Stelian Pop - AlcĂ´ve , 2000-2002 * - * $Id: pathnames.h,v 1.13 2003/03/30 15:40:34 stelian Exp $ + * $Id: pathnames.h,v 1.14 2003/10/26 16:05:46 stelian Exp $ */ /* @@ -46,7 +46,12 @@ #endif #ifndef _PATH_DEFTAPE +#ifdef __linux__ #define _PATH_DEFTAPE "/dev/st0" #endif +#ifdef sunos +#define _PATH_DEFTAPE "/dev/rmt/0" +#endif +#endif #define _PATH_RMT "/etc/rmt" /* path on remote host */