bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10305: coreutils-8.21, some changes needed


From: Pádraig Brady
Subject: bug#10305: coreutils-8.21, some changes needed
Date: Tue, 19 Feb 2013 12:25:45 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

On 02/19/2013 12:10 PM, Joachim Schmitz wrote:
You seem to have missed one change, unless I'm missing something? This is your 
patch:

diff --git a/src/chroot.c b/src/chroot.c
index 1c1a976..bb45825 100644
--- a/src/chroot.c
+++ b/src/chroot.c
@@ -57,7 +57,7 @@ static struct option const long_opts[] =
     always-successful replacement to avoid checking for setgroups
     availability everywhere, just to support broken platforms. */
  static int
-setgroups (size_t size ATTRIBUTE_UNUSED, gid_t const *list ATTRIBUTE_UNUSED)
+setgroups (size_t size _GL_UNUSED, gid_t const *list ATTRIBUTE_UNUSED)

Good catch!
My sed was missing a /g
and that function was excluded from my compile.

thanks!
Pádraig.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]