]> git.wh0rd.org - dump.git/blobdiff - compat/include/pathnames.h
Fix restore when symtab file is over 2GB in size.
[dump.git] / compat / include / pathnames.h
index 720b71b6b0b7294389d6b74263cbc973eb8d3af4..281d204671cfaf7be24314b6fd19701ff05f1ce0 100644 (file)
@@ -2,10 +2,10 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@noos.fr>, 1999-2000
- *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 2000-2002
  *
- *     $Id: pathnames.h,v 1.11 2000/12/21 11:14:53 stelian Exp $
+ *     $Id: pathnames.h,v 1.14 2003/10/26 16:05:46 stelian Exp $
  */
 
 /*
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
 #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 */