emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/nt/inc/grp.h,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/nt/inc/grp.h,v
Date: Fri, 09 May 2008 09:41:42 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/05/09 09:41:42

Index: grp.h
===================================================================
RCS file: /cvsroot/emacs/emacs/nt/inc/grp.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- grp.h       9 May 2008 05:14:02 -0000       1.9
+++ grp.h       9 May 2008 09:41:42 -0000       1.10
@@ -25,6 +25,7 @@
 /* Emacs uses only gr_name */
 struct group {
   char *gr_name;       /* group name */
+  gid_t gr_gid;                /* group numerical ID */
 };
 
 struct group *getgrgid(gid_t);




reply via email to

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