X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/08b3caa982199bd7939d9d6877203ada5d0083b5..b0edd7c69d88f245981a05e2333b09e3171d4e6f:/nt/inc/grp.h diff --git a/nt/inc/grp.h b/nt/inc/grp.h old mode 100755 new mode 100644 index 0c01251dca..7d4e6fbbe2 --- a/nt/inc/grp.h +++ b/nt/inc/grp.h @@ -1,6 +1,6 @@ /* Replacement grp.h file for building GNU Emacs on Windows. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 - Free Software Foundation, Inc. + +Copyright (C) 2003-2015 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -28,9 +28,10 @@ struct group { gid_t gr_gid; /* group numerical ID */ }; -struct group *getgrgid(gid_t); +extern unsigned getgid (void); +extern unsigned getegid (void); + +extern struct group *getgrgid(gid_t); #endif /* _GRP_H */ -/* arch-tag: 82840357-7946-4a87-9c97-c0281b49aca3 - (do not change this comment) */