This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.26.9000-791-g5f9d194


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  5f9d19490b24a28e1445a8ed30cdcc727be6432c (commit)
      from  ea69a5c87498ba94eb804ab628000ecfc50d6710 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=5f9d19490b24a28e1445a8ed30cdcc727be6432c

commit 5f9d19490b24a28e1445a8ed30cdcc727be6432c
Author: Christian Brauner <christian.brauner@ubuntu.com>
Date:   Sat Nov 18 17:54:24 2017 +0100

    support_become_root: Fix comment style

diff --git a/ChangeLog b/ChangeLog
index 5e3d174..6071316 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-11-18  Christian Brauner <christian.brauner@ubuntu.com>
 
+	* support/support_become_root.c (setup_uid_gid_mapping): Fix comment
+	style.
+
 	* support/support_become_root.c (setup_uid_gid_mapping): Don't fail
 	when /proc/<pid>/setgroups does not exist.
 
diff --git a/support/support_become_root.c b/support/support_become_root.c
index e45c939..933138f 100644
--- a/support/support_become_root.c
+++ b/support/support_become_root.c
@@ -52,7 +52,7 @@ setup_uid_gid_mapping (uid_t original_uid, gid_t original_gid)
   xclose (fd);
 
   /* Linux 3.19 introduced the setgroups file.  We need write "deny" to this
-   * file otherwise writing to gid_map will fail with EPERM.  */
+     file otherwise writing to gid_map will fail with EPERM.  */
   fd = open64 ("/proc/self/setgroups", O_WRONLY, 0);
   if (fd < 0)
     {

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                     |    3 +++
 support/support_become_root.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]