On Fri, Jun 26, 2015 at 11:25:17AM +0200, Theo Buehler wrote: > Three minor nits following up on differences between the versions in > reyk@'s mails and the initial commit: > > - <assert.h> isn't used anymore, so it can be removed. > > - Sort the remaining headers alphabetically according to style(9). > > - There's one remaining '%%' in an error string that shouldn't > be doubled, I think. >
Committed. We also add sys/types.h in include list for off_t, as it should be implicitely included from somewhere else. And I updated the regress testsuite for the changed error message. Thanks ! -- Sebastien Marie
