No need to define externs for getopt interface.
This commit is contained in:
parent
534734ed17
commit
f61a3412d9
@ -14,6 +14,7 @@
|
|||||||
* dir1 "Soll"
|
* dir1 "Soll"
|
||||||
* dir2 "Ist"
|
* dir2 "Ist"
|
||||||
*
|
*
|
||||||
|
* $FreeBSD$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
@ -495,8 +496,6 @@ int
|
|||||||
main(int argc, char **argv)
|
main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
extern char *optarg;
|
|
||||||
extern int optind;
|
|
||||||
|
|
||||||
setbuf(stderr, NULL);
|
setbuf(stderr, NULL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user