From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3076 invoked by alias); 7 Feb 2014 19:21:20 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 3066 invoked by uid 89); 7 Feb 2014 19:21:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: calimero.vinschen.de Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 07 Feb 2014 19:21:19 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id 2B43E52082E; Fri, 7 Feb 2014 20:21:17 +0100 (CET) Date: Fri, 07 Feb 2014 19:21:00 -0000 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: get rid of getpwent? (Was: cygwin-1.7.28 getpwent header declaration changes ?) Message-ID: <20140207192117.GP2821@calimero.vinschen.de> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <52F339CA.5070305@gmail.com> <20140206090117.GD2821@calimero.vinschen.de> <52F361C5.3000807@gmail.com> <20140206141321.GI2821@calimero.vinschen.de> <52F40208.5030901@etr-usa.com> <20140207094917.GN2821@calimero.vinschen.de> <52F4E540.2010606@tiscali.co.uk> <52F51D19.6080807@etr-usa.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WjzcGWYIDcuHBXpJ" Content-Disposition: inline In-Reply-To: <52F51D19.6080807@etr-usa.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-02/txt/msg00146.txt.bz2 --WjzcGWYIDcuHBXpJ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 1523 On Feb 7 10:51, Warren Young wrote: > On 2/7/2014 06:53, David Stacey wrote: > >On 07/02/2014 09:49, Corinna Vinschen wrote: > >>On Feb 6 14:43, Warren Young wrote: > >>>I know a guy who currently has all of > >>>Cygwin downloaded and ready to re-install, to test this.:) > >>Try this: strings -f/bin/*.exe/bin/*.dll | grep getgrent > > > >Let me save you the trouble of reinstalling it >=20 > Thank you! >=20 > > Results attached. >=20 > The cppcheck, cygqscintilla*.dll and nedit results are bogus. (i.e. > They contain these strings for other reasons.) Here's a better > check that doesn't give false positives: >=20 > $ cat < checkfile > #!/bin/sh > if egrep -q '_getgrent(32|64)' "$1" ; then echo $1 ; fi > END > $ find /bin -name \*.exe -exec ./checkfile {} \; >=20 > cygperl*.dll includes the functions only because it wraps them. I > assume Perl's configuration script is smart enough to cope if > they're missing. Just to clarify: The entry points won't go away, but they might be *sort of* non-functional. They will, for a start, only enumerate the accounts which are cached in the process, which may be only two (current user and her primary group), or none at all. > Emacs...why am I not surprised that it uses these old functions? >=20 > Vim does not, therefore Vim is the superior text editor. (I kid.) You dont ;) Corinna --=20 Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat --WjzcGWYIDcuHBXpJ Content-Type: application/pgp-signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJS9TItAAoJEPU2Bp2uRE+g7a4QAJbuW4SPB09EQh2eilY0SrOI ddWvrVRVscGZaLAXhA2ZrnKBducLXzYW+ckGAIRbvC1hlWuCYtgh1yc/SbeMkrzF MAcT/jOxgBF4KIxvBKZ5i2mbcz2w+4+b+MYv3rNVLRSdfrjihf5qMycLXBnRNHIy cXMwgvuvEAD+he2eZn1d1+mLosOOHmzGvSrdFOBwgc7AP5J4OD09I8LSTcQtfjmW xUorQ+t1y9ZlH/YRZHDnwBGLTbrFj7YiSxOhc2PLIDwIIlyD8adDSWXstKE5StEw j4pWhoImeMM/8dhKLoy7MWu/hdvpvATEYvq0hGvBgrdNa9KYZYFbhGdtmzq/HMWh KwnNj7Zhq9DYS3yBrDu50wWd7AjJztmVlCN1kotUw6Zda+wrCqeaANd9lQ+1pnS8 4/99IlMN8dU91tKJqd44FumIA6NuA1ukh4uGzqymjNaMisLFdpP5FPQG1fQVV8p0 /Dgcl1c3tFSSaCBp2kx/SZ4wa4hybKMYBJGpcvUT7wpEcvfA3HEO0YcsySzv2IVj iX8qzlTZadApZThgihdA8LyE8SrIwT016j0v6onEv788QeIZQCxSmBIC1bdC3XQF mz7abDFy3yiADGHP5P7KLteU6n6XL4hM6AjjqeusGZ11TpEeqGA2rc5CM+fTZ/3r JJ5gcBjg9oSOpxqUuErA =Ldo9 -----END PGP SIGNATURE----- --WjzcGWYIDcuHBXpJ--