Browse Source

Comment for QNX6

git-svn-id: https://klish.googlecode.com/svn/trunk@591 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev 12 years ago
parent
commit
03b1dcb3e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      konf/query/query.c

+ 1 - 1
konf/query/query.c

@@ -107,7 +107,7 @@ int konf_query_parse(konf_query_t *this, int argc, char **argv)
 	};
 #endif
 
-	optind = 0;
+	optind = 0; /* It must be 1 for QNX6. This system has no getopt.h */
 	while(1) {
 		int opt;
 #ifdef HAVE_GETOPT_H