Loading...
stdlib/FreeBSD/getsubopt.c Libc-763.13 Libc-1669.40.2
--- 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;