On Fri, Dec 09, 2022 at 09:37:35PM +0100, Alejandro Colomar wrote: > Hi Tycho, > > On 11/28/22 21:58, Tycho Andersen wrote: > > So, yes, I like your patch. So, patch applied. Thanks! > > > > Test program for grins: > > > > #include <stdio.h> > > #include <sys/socket.h> > > #include <netinet/ip.h> > > #include <arpa/inet.h> > > BTW, I'm curious, how did you get the headers in the commit > message? I always have a space before the # to avoid git > doing harmful stuff. I have, [commit] cleanup=scissors in my ~/.gitconfig, which makes it so that the #s are literals. According to the man page you can also set core.commentChar to something else if you like that instead. > P.S.: I don't know if you could please review some patches > about which you may be more familiar than I am. The are > somewhat related to this. They are here: > > <https://lore.kernel.org/linux-man/20221122153027.10943-1-henri.van.de.water@xxxxxxxxx/T/#t> > <https://lore.kernel.org/linux-man/2d4d8b7b-5890-cd9f-061d-6d259d8ed6ee@xxxxxxxxx/T/#t> Sure, I'm traveling now but will take a look this week. Tycho