Oops. Forgot the usleep.c file.
[oweals/busybox.git] / tail.c
diff --git a/tail.c b/tail.c
index 821244f9e16798bb93ca3682d626b2ab6cdc324d..5e05fe8e742014f6bf93131ca3c4dac8c8bbafab 100644 (file)
--- a/tail.c
+++ b/tail.c
@@ -330,7 +330,7 @@ static int tail_file(const char *filename, off_t n_units)
                /* Not standard input.  */
                fd = open(filename, O_RDONLY);
                if (fd == -1)
-                       errorMsg("open error");
+                       fatalError("open error");
 
                errors = tail_lines(filename, fd, (long) n_units);
                close(fd);