summaryrefslogtreecommitdiff
path: root/win32/grp.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/grp.h')
-rw-r--r--win32/grp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/grp.h b/win32/grp.h
index 71454fc3b6..3bd78efca7 100644
--- a/win32/grp.h
+++ b/win32/grp.h
@@ -19,8 +19,8 @@
/* $Id$ */
struct group {
- char *gr_name;
- char *gr_passwd;
- int gr_gid;
+ char *gr_name;
+ char *gr_passwd;
+ int gr_gid;
char **gr_mem;
};