On Sat, Jan 25, 2014 at 01:49:24AM -0500, Jean-Philippe Ouellet wrote: > It appeared in revision 1.3 ("Update from lite2.") > > It's the only one in the string family that has it, and nothing from it > is used.
I think this change is fine. I'll commit this soon if I don't hear objections. > Index: strsep.c > =================================================================== > RCS file: /cvs/src/lib/libc/string/strsep.c,v > retrieving revision 1.6 > diff -u -p -r1.6 strsep.c > --- strsep.c 8 Aug 2005 08:05:37 -0000 1.6 > +++ strsep.c 25 Jan 2014 06:41:18 -0000 > @@ -30,7 +30,6 @@ > */ > > #include <string.h> > -#include <stdio.h> > > /* > * Get next token from string *stringp, where tokens are possibly-empty