> On 14 Sep 2016, at 14:31, Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxxx> wrote: > > > Signed-off-by: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxxx> > --- > > Hi Lars, > > If you need to re-roll your 'ls/filter-process' branch, could you > please squash this into the relevant patch; commit 2afd9b22 > ("pkt-line: add packet_write_gently()", 08-09-2016). > > [...] > -int packet_write_gently(const int fd_out, const char *buf, size_t size) > +static int packet_write_gently(const int fd_out, const char *buf, size_t size) > { > static char packet_write_buffer[LARGE_PACKET_MAX]; Done! Thank you, Lars