ANSI-fy prototype.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2014-01-14 01:52:34 +00:00
parent 57afe75b5b
commit df48f4170e

View File

@ -45,9 +45,7 @@ __FBSDID("$FreeBSD$");
char *suboptarg;
int
getsubopt(optionp, tokens, valuep)
char **optionp, **valuep;
char * const *tokens;
getsubopt(char **optionp, char * const *tokens, char **valuep)
{
int cnt;
char *p;