On 20/02/17 20:46, Paul Eggert wrote: > Does 'mkdir -Z --parents' need a similar patch?
Already handled. > > Minor points: > > Please don't use 'extern' in front of function definitions. Just decls. > > The usual style in .h files is to say "extern type function (args);" rather > than > to have a newline after the type. > Fixed (and still passing syntax checks) thanks for the review, Pádraig
