Loading...
--- Libc/Libc-763.13/stdlib/FreeBSD/getsubopt.c
+++ Libc/Libc-1669.40.2/stdlib/FreeBSD/getsubopt.c
@@ -45,9 +45,7 @@
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;