Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Fri, 27 Jul 2001 13:14:20 -0400 (EDT) From: Prentis Brooks To: Subject: Re: TCP Wrappers Port In-Reply-To: <20010727122154.G3518@redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Based on what I have read so far, I think it may be best to stick with the strerror() since that appears to be the way some of the other developers are going (based primarily on MKS's website) http://www.mkssoftware.com/docs/man5/sys_errlist.5.asp The reason is that no strings related to Win32 error codes are provided in this model while strerror() does (hence the reset by peer, which is a standard windows networking error). If we did have Cygwin support sys_errlist, then it should somehow incorporate strerror(). That is probably not going to be simple or easy. On Fri, 27 Jul 2001, Christopher Faylor wrote: > On Fri, Jul 27, 2001 at 11:16:45AM -0500, Mumit Khan wrote: > >On Fri, 27 Jul 2001, Corinna Vinschen wrote: > > > >> On Fri, Jul 27, 2001 at 09:36:55AM -0400, Prentis Brooks wrote: > >> > I am willing to take that on. Mumit's patch does fix the issue, I did not > >> > realize that sys_nerr and sys_errlist were managed by _sys_nerr and > >> > _sys_errlist in cygwin. Just a quick question, but where is that sort of > >> > thing documented, in the API docs? Once I know where to look for that stuff, > >> > >> Actually I don't even know why the stuff begins with undersores. > > > >It's an unfortunate decision that makes life unnecessarily harder for > >existing code. New code of course should be using strerror() etc instead > >of looking inside sys_errlist, sys_nerr etc, but there's lots of legacy > >systems which lack strerror() interface. > > Why don't we add the non-underscore versions, then? It sounds like that would > solve some problems. > > I believe that the reason for the underscores is because that is the way > MSVC does it. I don't know why someone decided that was what cygwin > should do, too. It makes no sense to me. > > cgf > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > Prentis Brooks | prentis AT aol DOT net | 703-265-0914 | AIM: PrentisB System Administrator - Web Infrastructure & Security A knight is sworn to valor. His heart knows only virtue. His blade defends the helpless. His word speaks only truth. His wrath undoes the wicked. - the old code of Bowen, last of the dragonslayers -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/