]> 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 9642e55d2664d6a41f350436d1a82e5f706252ba..281d204671cfaf7be24314b6fd19701ff05f1ce0 100644 (file)
@@ -5,7 +5,7 @@
  *     Stelian Pop <stelian@popies.net>, 1999-2000
  *     Stelian Pop <stelian@popies.net> - AlcĂ´ve <www.alcove.com>, 2000-2002
  *
- *     $Id: pathnames.h,v 1.12 2002/01/16 09:32:14 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 */