]> sourceware.org Git - glibc.git/commitdiff
support_become_root: Fix comment style
authorChristian Brauner <christian.brauner@ubuntu.com>
Sat, 18 Nov 2017 16:54:24 +0000 (17:54 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sat, 18 Nov 2017 16:54:24 +0000 (17:54 +0100)
ChangeLog
support/support_become_root.c

index 5e3d174a5e9a79cf5f76abab674414149a119a32..60713164dacd7f8d24356e2067b1b2f559de2e3e 100644 (file)
--- 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.
 
index e45c9394214f3f24aa54c80eb8f6f1b2dcb09b69..933138f99fdedbf7e3d20bfc4985e98b3cec7ac3 100644 (file)
@@ -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)
     {
This page took 0.078984 seconds and 5 git commands to generate.