diff options
-rw-r--r-- | coreutils/tail.c | 2 | ||||
-rw-r--r-- | tail.c | 2 |
2 files changed, 2 insertions, 2 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) | |||
251 | If `forever' is nonzero, keep reading from the end of the file | 251 | If `forever' is nonzero, keep reading from the end of the file |
252 | until killed. Return the number of bytes read from the file. */ | 252 | until killed. Return the number of bytes read from the file. */ |
253 | 253 | ||
254 | static long dump_remainder(const char *filename,, int fd) | 254 | static long dump_remainder(int fd) |
255 | { | 255 | { |
256 | char buffer[BUFSIZ]; | 256 | char buffer[BUFSIZ]; |
257 | int bytes_read; | 257 | int bytes_read; |
@@ -251,7 +251,7 @@ static int pipe_lines(int fd, long int n_lines) | |||
251 | If `forever' is nonzero, keep reading from the end of the file | 251 | If `forever' is nonzero, keep reading from the end of the file |
252 | until killed. Return the number of bytes read from the file. */ | 252 | until killed. Return the number of bytes read from the file. */ |
253 | 253 | ||
254 | static long dump_remainder(const char *filename,, int fd) | 254 | static long dump_remainder(int fd) |
255 | { | 255 | { |
256 | char buffer[BUFSIZ]; | 256 | char buffer[BUFSIZ]; |
257 | int bytes_read; | 257 | int bytes_read; |