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;
|
||||
{
|
||||
return _getopt_internal (argc, argv, optstring,
|
||||
(const struct option *) 0,
|
||||
(int *) 0,
|
||||
NULL,
|
||||
NULL,
|
||||
0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue