mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unused variable. Shorten the path to WARNS=6 compliance.
This commit is contained in:
parent
3fe9d89a62
commit
e479377e63
1 changed files with 2 additions and 1 deletions
|
|
@ -192,7 +192,8 @@ splitfs_close(struct open_file *f)
|
|||
static int
|
||||
splitfs_read(struct open_file *f, void *buf, size_t size, size_t *resid)
|
||||
{
|
||||
int i, nread, totread;
|
||||
ssize_t nread;
|
||||
size_t totread;
|
||||
struct split_file *sf;
|
||||
|
||||
sf = (struct split_file *)f->f_fsdata;
|
||||
|
|
|
|||
Loading…
Reference in a new issue