summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strsep.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strsep.c')
-rw-r--r--lib/libc/string/strsep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/string/strsep.c b/lib/libc/string/strsep.c
index 0850b0b..670ab04 100644
--- a/lib/libc/string/strsep.c
+++ b/lib/libc/string/strsep.c
@@ -48,9 +48,7 @@ __FBSDID("$FreeBSD$");
* If *stringp is NULL, strsep returns NULL.
*/
char *
-strsep(stringp, delim)
- char **stringp;
- const char *delim;
+strsep(char **stringp, const char *delim)
{
char *s;
const char *spanp;
OpenPOWER on IntegriCloud