No need to define externs for getopt interface.

This commit is contained in:
Warner Losh 2003-08-07 05:47:49 +00:00
parent 534734ed17
commit f61a3412d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118583

View File

@ -14,6 +14,7 @@
* dir1 "Soll"
* dir2 "Ist"
*
* $FreeBSD$
*/
#include <sys/types.h>
@ -495,8 +496,6 @@ int
main(int argc, char **argv)
{
int i;
extern char *optarg;
extern int optind;
setbuf(stderr, NULL);