$NetBSD$

--- mtf.c.orig	Wed Sep 13 16:26:41 2000
+++ mtf.c
@@ -137,7 +137,8 @@ int main(int argc, char *argv[])
 	if (ptr != NULL)
 		strcpy(device, ptr);
 	else
-		strcpy(device, "/dev/tape");
+		strcpy(device, "/dev/st0");
+		/*strcpy(device, "/dev/tape");*/
 
 	ptr = getenv("MTF_OPTS");
 	if ((ptr != NULL) && (strlen(ptr) > 0))
