Re: g-socket.adb error

2009-07-06 Thread Thomas Quinot
* Joel Sherrill, 2009-07-06 : > It got tripped because newlib-cvs has been reworked and > a number of errno's conditionalized as Linux specific. I was > enabling the ones which were also used by RTEMS via > the BSD TCP/IP stack. > > Some were not used by RTEMS so I left them turned off. OK, und

Re: g-socket.adb error

2009-07-06 Thread Joel Sherrill
Thomas Quinot wrote: * Laurent GUERBY, 2009-07-04 : Apparently no one has hit this case. RTEMS does not have two error codes that g-socket.adb maps back. From s-oscons.ads: ESHUTDOWN : constant := -1; -- Cannot send once shutdown ESOCKTNOSUPPORT : constant :=

Re: g-socket.adb error

2009-07-06 Thread Thomas Quinot
* Laurent GUERBY, 2009-07-04 : > > Apparently no one has hit this case. RTEMS does > > not have two error codes that g-socket.adb > > maps back. From s-oscons.ads: > > > >ESHUTDOWN : constant := -1; -- Cannot send once > > shutdown > >ESOCKTNOSUPPORT : constant :

Re: g-socket.adb error

2009-07-04 Thread Laurent GUERBY
On Fri, 2009-07-03 at 13:47 -0500, Joel Sherrill wrote: > Hi, > > Apparently no one has hit this case. RTEMS does > not have two error codes that g-socket.adb > maps back. From s-oscons.ads: > >ESHUTDOWN : constant := -1; -- Cannot send once > shutdown >ESOCKTNOSUPPO