From df48f4170e574ea1de7e39067bcdde96181d1c67 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Tue, 14 Jan 2014 01:52:34 +0000 Subject: [PATCH] ANSI-fy prototype. MFC after: 2 weeks --- lib/libc/stdlib/getsubopt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libc/stdlib/getsubopt.c b/lib/libc/stdlib/getsubopt.c index efff9dab54a..d2db9916d8d 100644 --- a/lib/libc/stdlib/getsubopt.c +++ b/lib/libc/stdlib/getsubopt.c @@ -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;