Re: [PATCH] Remove stime() function calls

2020-02-03 Thread Rolf Eike Beer
Am Mittwoch, 20. November 2019, 19:18:44 CET schrieb Denys Vlasenko: > Applied with a bit of change, thanks! Ok, glibc 2.31 is out and now the fun starts. This patch can't simply be cherry-picked on top of 1.31.1 because it collides with 6937487be73cd4563b876413277a295a5fe2f32c. Not much work to

[PATCH] nc_bloaty: Code shrink in findline, use memchr instead.

2020-02-03 Thread Martin Lewis
Signed-off-by: Martin Lewis --- networking/nc_bloaty.c | 21 - 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c index 034e03d21..190a8bcb1 100644 --- a/networking/nc_bloaty.c +++ b/networking/nc_bloaty.c @@ -237,24