port: Remove unneeded casts of zero.
This commit is contained in:
parent
dc46cd042c
commit
df949b4e86
|
@ -1203,8 +1203,8 @@ getopt (argc, argv, optstring)
|
||||||
const char *optstring;
|
const char *optstring;
|
||||||
{
|
{
|
||||||
return _getopt_internal (argc, argv, optstring,
|
return _getopt_internal (argc, argv, optstring,
|
||||||
(const struct option *) 0,
|
NULL,
|
||||||
(int *) 0,
|
NULL,
|
||||||
0);
|
0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue