mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
mkfile: getopt() returns an int, not a char.
MFC after: 3 days Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D41804
This commit is contained in:
parent
e203cb393f
commit
ef8abddf10
@ -168,7 +168,7 @@ int
|
|||||||
main(int argc, char *argv[])
|
main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
unsigned long long fsize;
|
unsigned long long fsize;
|
||||||
char ch;
|
int ch;
|
||||||
|
|
||||||
/* We have at least 2 arguments. */
|
/* We have at least 2 arguments. */
|
||||||
if (argc < 3) {
|
if (argc < 3) {
|
||||||
|
Loading…
Reference in New Issue
Block a user