This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Fwd: Re: exim fclose() warning message (was Re: 1.3.21)]


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]