* external.cc (cygwin_internal): Add CW_GET_UID_FROM_SID and

CW_GET_GID_FROM_SID handling.
	* include/cygwin/version.h: Bump API minor number.
	* include/sys/cygwin.h (cygwin_getinfo_types): Add
	CW_GET_UID_FROM_SID and CW_GET_GID_FROM_SID.
This commit is contained in:
Corinna Vinschen
2003-11-08 09:48:48 +00:00
parent fe359733a4
commit 8e68687d2a
4 changed files with 28 additions and 2 deletions

View File

@@ -226,13 +226,14 @@ details. */
99: CW_GET_POSIX_SECURITY_ATTRIBUTE addition to external.cc.
100: CW_GET_SHMLBA addition to external.cc.
101: Export err, errx, verr, verrx, warn, warnx, vwarn, vwarnx.
102: CW_GET_UID_FROM_SID and CW_GET_GID_FROM_SID addition to external.cc.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 101
#define CYGWIN_VERSION_API_MINOR 102
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible