RE: [BUG REPORT] gnulib Android NDK and/or Cygwin build failure regression after 0c8a563f

2022-11-09 Thread Chris Renshaw
Sorry for taking so long to reply, I had a SSD failure and it's taken this long to get things up and running again. SHELLOPTS='igncr' doesn't work, but: export SHELLOPTS set -o igncr does, so that is a viable workaround for Cygwin at least. Setting these globally like this can break other thi

[PATCH] Basic support for checking NFSv4 ACLs in Linux

2022-11-09 Thread Ondrej Valousek
As per suggestions from Andreas, I am attaching a simplified version of the patch implementing basic checks for non-trivial NFSv4 acls --- lib/file-has-acl.c | 24 1 file changed, 24 insertions(+) diff --git a/lib/file-has-acl.c b/lib/file-has-acl.c index e02f0626a..37b