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>2002-08-02 15:14:35 +0400
committerCorinna Vinschen <corinna@vinschen.de>2002-08-02 15:14:35 +0400
commit32c803daa29eaa1b0a03ec844fd36a22e8898629 (patch)
tree0f5bdb098bfe0474deac9a1ee3605d107a7090e3 /winsup/utils/mkgroup.c
parent23d93d8db713189abb9616332ef77837a0e6c808 (diff)
* mkgroup.c (main): Don't print an entry for "Everyone".
* mkpasswd.c (print_special): Set pw_gid to 544 for SYSTEM user. (main): Don't print an entry for "Everyone".
Diffstat (limited to 'winsup/utils/mkgroup.c')
-rw-r--r--winsup/utils/mkgroup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/utils/mkgroup.c b/winsup/utils/mkgroup.c
index 666fdec7e..1f637890d 100644
--- a/winsup/utils/mkgroup.c
+++ b/winsup/utils/mkgroup.c
@@ -567,11 +567,14 @@ main (int argc, char **argv)
return 1;
}
+#if 0
/*
* Get `Everyone' group
*/
print_special (print_sids, &sid_world_auth, 1, SECURITY_WORLD_RID,
0, 0, 0, 0, 0, 0, 0);
+#endif
+
/*
* Get `system' group
*/