commands: Use REQUIRE_ORDER option processing

This commit is contained in:
Sebastian Huber
2013-11-12 09:40:54 +01:00
parent 760e894d54
commit b4d6afd9f6
5 changed files with 8 additions and 4 deletions

View File

@@ -436,7 +436,7 @@ main(int argc, char *argv[])
#define optarg getopt_data.optarg
#define opterr getopt_data.opterr
#define optopt getopt_data.optopt
#define getopt(argc, argv, opt) getopt_r(argc, argv, opt, &getopt_data)
#define getopt(argc, argv, opt) getopt_r(argc, argv, "+" opt, &getopt_data)
#endif /* __rtems__ */
af = AF_UNSPEC;