From 22c7ee83f61dc73c60942c528108e8b6220ed350 Mon Sep 17 00:00:00 2001 From: delphij Date: Tue, 14 Jan 2014 01:52:34 +0000 Subject: ANSI-fy prototype. MFC after: 2 weeks --- lib/libc/stdlib/getsubopt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/stdlib/getsubopt.c b/lib/libc/stdlib/getsubopt.c index efff9da..d2db991 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; -- cgit v1.1