aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnt/inc/grp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/inc/grp.h b/nt/inc/grp.h
index 873c1ea7ad8..0c01251dcaa 100755
--- a/nt/inc/grp.h
+++ b/nt/inc/grp.h
@@ -25,6 +25,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
25/* Emacs uses only gr_name */ 25/* Emacs uses only gr_name */
26struct group { 26struct group {
27 char *gr_name; /* group name */ 27 char *gr_name; /* group name */
28 gid_t gr_gid; /* group numerical ID */
28}; 29};
29 30
30struct group *getgrgid(gid_t); 31struct group *getgrgid(gid_t);