Fix compiler warnings for pax

This commit is contained in:
Ben Gras
2006-03-24 14:03:25 +00:00
parent e1f91e1855
commit 65723cba53
5 changed files with 20 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ _PROTOTYPE( int putenv, (const char *_name) );
/* According to POSIX, getopt should be in unistd.h. What do we do with
* this?
*/
_PROTOTYPE(int getopt, (int _argc, char **_argv, char *_opts));
_PROTOTYPE(int getopt, (int _argc, char * const _argv[], const char *_opts));
extern char *optarg;
extern int optind, opterr, optopt;
#endif /* _MINIX */