]> sourceware.org Git - newlib-cygwin.git/commit
* cygheap.h (cygheap_pwdgrp): Remove constants NSS_FILES and NSS_DB.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 12 Nov 2014 11:19:08 +0000 (11:19 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 12 Nov 2014 11:19:08 +0000 (11:19 +0000)
commit54f79f8650452cafde18d54d54c38d0990a91eda
tree03ba1c327dc54e67bce4d344966e69e91a179d5b
parent3dce84ad075142822bd777ffd80e707ec2e9780d
* cygheap.h (cygheap_pwdgrp): Remove constants NSS_FILES and NSS_DB.
Use NSS_SRC_FILES and NSS_SRC_DB throughout instead.
(cygheap_pwdgrp::nss_pwd_src): New inline method.
(cygheap_pwdgrp::nss_grp_src): Ditto.
* external.cc (cygwin_internal): Add CW_GETNSS_PWD_SRC and
CW_GETNSS_GRP_SRC cases.
* uinfo.cc: Use NSS_SRC_FILES and NSS_SRC_DB throughout.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
* include/sys/cygwin.h (cygwin_getinfo_types): Add CW_GETNSS_PWD_SRC
and CW_GETNSS_GRP_SRC.
(NSS_SRC_FILES): Define.
(NSS_SRC_DB): Define.
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.h
winsup/cygwin/external.cc
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/include/sys/cygwin.h
winsup/cygwin/uinfo.cc
This page took 0.030263 seconds and 5 git commands to generate.