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:
authorCorinna Vinschen <corinna@vinschen.de>2001-04-23 02:12:12 +0400
committerCorinna Vinschen <corinna@vinschen.de>2001-04-23 02:12:12 +0400
commitb26524525620c27922940418610826a6b5a9bcb1 (patch)
treea8c5cc64ee168020ad642aaea5baa951a2e8fa88 /winsup/cygwin/security.cc
parent96dc5dd7e594df1a835f3303e9fee5f5a8c78206 (diff)
* security.cc (alloc_sd): Reformat comment.
* shared.cc: Drop function declarations already in security.h.
Diffstat (limited to 'winsup/cygwin/security.cc')
-rw-r--r--winsup/cygwin/security.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/cygwin/security.cc b/winsup/cygwin/security.cc
index 0a89b8dd6..33d466ef8 100644
--- a/winsup/cygwin/security.cc
+++ b/winsup/cygwin/security.cc
@@ -505,10 +505,10 @@ alloc_sd (uid_t uid, gid_t gid, const char *logsrv, int attribute,
}
/*
- * We set the SE_DACL_PROTECTED flag here to prevent the DACL from being modified
- * by inheritable ACEs.
- * This flag as well as the SetSecurityDescriptorControl call are available only
- * since Win2K.
+ * We set the SE_DACL_PROTECTED flag here to prevent the DACL from being
+ * modified by inheritable ACEs.
+ * This flag as well as the SetSecurityDescriptorControl call are available
+ * only since Win2K.
*/
static int win2KorHigher = -1;
if (win2KorHigher == -1)