From 36a4b0243831d36310826d51579cf1e47d959251 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Mon, 23 Apr 2018 12:56:56 +0200 Subject: coreutils: Update a patch to avoid fuzz Signed-off-by: Peter Kjellerstedt Signed-off-by: Ross Burton --- recipes-core/coreutils/coreutils-6.9/coreutils-overflow.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/coreutils/coreutils-6.9/coreutils-overflow.patch b/recipes-core/coreutils/coreutils-6.9/coreutils-overflow.patch index 58074c0..b9cd52e 100644 --- a/recipes-core/coreutils/coreutils-6.9/coreutils-overflow.patch +++ b/recipes-core/coreutils/coreutils-6.9/coreutils-overflow.patch @@ -8,8 +8,8 @@ Signed-off-by: Mark Hatle --- coreutils-5.2.1/src/who.c.overflow 2005-05-25 09:59:06.000000000 +0100 +++ coreutils-5.2.1/src/who.c 2005-05-25 10:00:31.000000000 +0100 -@@ -75,7 +75,7 @@ - # define NEW_TIME 0 +@@ -78,7 +78,7 @@ + # define UT_TYPE_NEW_TIME(U) false #endif -#define IDLESTR_LEN 6 -- cgit v1.2.3-54-g00ecf