diff options
| -rwxr-xr-x | nt/inc/grp.h | 1 |
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 */ |
| 26 | struct group { | 26 | struct 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 | ||
| 30 | struct group *getgrgid(gid_t); | 31 | struct group *getgrgid(gid_t); |