From: Matt Weber Date: Tue, 17 Sep 2019 03:58:15 +0000 (-0500) Subject: package/fakeroot: remove 1/1 numbering from patch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c25dd2dd089b48779e0e5a7aef5293a8d4f68d5c;p=buildroot.git package/fakeroot: remove 1/1 numbering from patch check-package warns with: 0002-communicate-check-return-status-of-msgrcv.patch generate your patches with 'git format-patch -N' Cc: Yann E. MORIN Signed-off-by: Matthew Weber Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/package/fakeroot/0002-communicate-check-return-status-of-msgrcv.patch b/package/fakeroot/0002-communicate-check-return-status-of-msgrcv.patch index 3bb4f9701f..4e81b49122 100644 --- a/package/fakeroot/0002-communicate-check-return-status-of-msgrcv.patch +++ b/package/fakeroot/0002-communicate-check-return-status-of-msgrcv.patch @@ -1,7 +1,7 @@ From a853f21633693f9eefc4949660253a5328d2d2f3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 13 Aug 2017 23:21:54 +0200 -Subject: [PATCH 1/1] communicate: check return status of msgrcv() +Subject: [PATCH] communicate: check return status of msgrcv() msgrcv can return with -1 to indicate an error condition. One such error is to have been interrupted by a signal.