mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
Use correct type of argument to fgetln.
MFC after: 1 week
This commit is contained in:
parent
b63a058632
commit
9c7ef644aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79160
@ -48,7 +48,8 @@ usage(void)
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
unsigned int i, len;
|
||||
unsigned int i;
|
||||
size_t len;
|
||||
int n = 0, k, e = 0;
|
||||
char *line, *f[4], *p;
|
||||
const char *gfn;
|
||||
|
Loading…
Reference in New Issue
Block a user