X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=compat%2Finclude%2Fpathnames.h;h=281d204671cfaf7be24314b6fd19701ff05f1ce0;hb=26ce8fc8f42b8cdd92e9eaadae48be256813b001;hp=afaa14ddfcf2cfb642a04d088a1843557de1e341;hpb=e1abc9ce25132eef1239047a071c2c1d4822dd9f;p=dump.git 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 */