mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
mkfile: getopt() returns an int, not a char.
MFC after: 3 days Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D41804 (cherry picked from commit ef8abddf103d9dfd5660d50d15e6dbfbb2f47f62)
This commit is contained in:
parent
24b741db5f
commit
6bd2be4c49
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ int
|
|||
main(int argc, char *argv[])
|
||||
{
|
||||
unsigned long long fsize;
|
||||
char ch;
|
||||
int ch;
|
||||
|
||||
/* We have at least 2 arguments. */
|
||||
if (argc < 3) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue