diff options
Diffstat (limited to 'coreutils/tail.c')
-rw-r--r-- | coreutils/tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tail.c b/coreutils/tail.c index 3043a80d4..2746af83b 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c @@ -251,7 +251,7 @@ static int pipe_lines(int fd, long int n_lines) If `forever' is nonzero, keep reading from the end of the file until killed. Return the number of bytes read from the file. */ -static long dump_remainder(const char *filename,, int fd) +static long dump_remainder(int fd) { char buffer[BUFSIZ]; int bytes_read; |