Because optarg and optind are defined in unistd.h,

remove the defination here.
This commit is contained in:
Xin LI 2006-04-21 09:39:51 +00:00
parent 4f590175b7
commit 3254fa322f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157928

View File

@ -55,9 +55,6 @@ struct exec {
};
#define A_MAGIC 0x01030107
extern char *optarg;
extern int optind;
static void usage(void);
/*