Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <3E68CFF0.1A890766@ieee.org> Date: Fri, 07 Mar 2003 11:59:28 -0500 From: "Pierre A. Humblet" X-Accept-Language: en,pdf MIME-Version: 1.0 To: cygwin-developers AT cygwin DOT com Subject: Re: [Fwd: Re: exim fclose() warning message (was Re: 1.3.21)] References: <3E68B63E DOT CC299937 AT ieee DOT org> <20030307164909 DOT GA25015 AT redhat DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Christopher Faylor wrote: > > >I think we should use GetComputerName in that spot. > > Ok. Could you make that change? > OK, this evening or weekend. On a related note, in syscalls.cc, login() opens utmp through a series of "ut" calls ending with setutent, and leaves it open, presumably for use by logout. I think we should set the close on exec flag in setutent. Now logout doesn't use the "ut" calls, and reopens utmp. Shouldn't it be changed to use the "ut" calls? IMO none of this should delay 1.3.21 Pierre