Re: [PATCH 1/3] sha256: avoid redefinition for MIN

2018-10-22 Thread Junio C Hamano
Carlo Marcelo Arenas Belón writes: > it is already defined whenever "sys/param.h" is available > > Signed-off-by: Carlo Marcelo Arenas Belón > --- > sha256/block/sha256.c | 2 ++ > 1 file changed, 2 insertions(+) It is a no-brainer to say that this is obviously good. I'd rather see this

[PATCH 1/3] sha256: avoid redefinition for MIN

2018-10-21 Thread Carlo Marcelo Arenas Belón
it is already defined whenever "sys/param.h" is available Signed-off-by: Carlo Marcelo Arenas Belón --- sha256/block/sha256.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sha256/block/sha256.c b/sha256/block/sha256.c index 18350c161a..0d4939cc2c 100644 --- a/sha256/block/sha256.c +++