Re: git: b1a9e570fe2d - main - linuxkpi: Add `strscpy_pad()` to

2023-02-15 Thread Emmanuel Vadot
On Wed, 15 Feb 2023 22:27:31 + Jessica Clarke wrote: > On 15 Feb 2023, at 22:26, Jean-Sébastien Pédron wrote: > > > > The branch main has been updated by dumbbell (ports committer): > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=b1a9e570fe2da0a43c41327d7ce21b27bf8257b8 > > > >

Re: git: b1a9e570fe2d - main - linuxkpi: Add `strscpy_pad()` to

2023-02-15 Thread Jean-Sébastien Pédron
On 15/02/2023 23:27, Jessica Clarke wrote: +static inline ssize_t +strscpy_pad(char* dst, const char* src, size_t len) +{ + style(9) doesn’t need this blank line any more, please stop including them in your commits. Thank you for the reminder, I will in the future! -- Jean-Sébastien Pédron T

Re: git: b1a9e570fe2d - main - linuxkpi: Add `strscpy_pad()` to

2023-02-15 Thread Jessica Clarke
On 15 Feb 2023, at 22:26, Jean-Sébastien Pédron wrote: > > The branch main has been updated by dumbbell (ports committer): > > URL: > https://cgit.FreeBSD.org/src/commit/?id=b1a9e570fe2da0a43c41327d7ce21b27bf8257b8 > > commit b1a9e570fe2da0a43c41327d7ce21b27bf8257b8 > Author: Jean-Sébastie

git: b1a9e570fe2d - main - linuxkpi: Add `strscpy_pad()` to

2023-02-15 Thread Jean-Sébastien Pédron
The branch main has been updated by dumbbell (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=b1a9e570fe2da0a43c41327d7ce21b27bf8257b8 commit b1a9e570fe2da0a43c41327d7ce21b27bf8257b8 Author: Jean-Sébastien Pédron AuthorDate: 2023-02-14 23:46:13 + Commit: Jean-Sébastie