Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/ChangeLog4
-rw-r--r--winsup/utils/setfacl.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 77572209d..fa910e8f1 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,7 @@
+2015-12-19 Houder <houder@xs4all.nl>
+
+ * setfacl.cc (opts): Add colon to x option.
+
2015-12-06 Corinna Vinschen <corinna@vinschen.de>
* cygpath.cc (absolute_flag): Initialize to CCP_RELATIVE to simplify
diff --git a/winsup/utils/setfacl.c b/winsup/utils/setfacl.c
index 4ec5f2010..a88fbcbb6 100644
--- a/winsup/utils/setfacl.c
+++ b/winsup/utils/setfacl.c
@@ -634,7 +634,7 @@ struct option longopts[] = {
{"version", no_argument, NULL, 'V'},
{0, no_argument, NULL, 0}
};
-const char *opts = "bd:f:hkm:nrs:Vx";
+const char *opts = "bd:f:hkm:nrs:Vx:";
static void
print_version ()