emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32.c,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/w32.c,v
Date: Sat, 05 Apr 2008 15:24:02 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/04/05 15:24:02

Index: w32.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32.c,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -b -r1.132 -r1.133
--- w32.c       5 Apr 2008 14:32:28 -0000       1.132
+++ w32.c       5 Apr 2008 15:24:01 -0000       1.133
@@ -637,8 +637,6 @@
              the_passwd.pw_uid =
                *get_sid_sub_authority (user_token.User.Sid,
                                        n_subauthorities - 1);
-             /* Restrict to conventional uid range for normal users.  */
-             the_passwd.pw_uid %= 60001;
            }
 
          /* Get group id */
@@ -656,8 +654,6 @@
                  the_passwd.pw_gid =
                    *get_sid_sub_authority (group_token.PrimaryGroup,
                                            n_subauthorities - 1);
-                 /* I don't know if this is necessary, but for safety...  */
-                 the_passwd.pw_gid %= 60001;
                }
            }
          else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]