Fixed a syntax error & superfluous param decl that was causing the build to
fail.
This commit is contained in:
parent
e92108ae6d
commit
7ce41ad692
@ -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;
|
||||
|
2
tail.c
2
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;
|
||||
|
Loading…
Reference in New Issue
Block a user