From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <0e795bddf090054bd1044826f5444679@ladd.quanstro.net> References: <0570D2C9-54EB-4AAD-9922-9F42BBA4F30C@corpus-callosum.com> <0e795bddf090054bd1044826f5444679@ladd.quanstro.net> From: Jens Staal Date: Tue, 18 Dec 2012 07:08:48 +0100 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=14dae9340787f638e604d11a558d Subject: Re: [9fans] ape/errno.h Topicbox-Message-UUID: f79c3862-ead7-11e9-9d60-3106f5b1d025 --14dae9340787f638e604d11a558d Content-Type: text/plain; charset=UTF-8 In my porting of stuff using APE, I often notice that many applications assume more members of the struct stat in sys/stat.h, especially st_blocksize. Is there any reasonable similar information available elsewhere in the system that could be used in a local "rpl_stat" struct for those ports? other annoying stuff are normally related to malloc/alloca and sys/mtio.h stdint.h is normally easily just redirected to inttypes.h and stdbool.h can also easily included. 2012/12/18 erik quanstrom > On Mon Dec 17 17:38:33 EST 2012, jas@corpus-callosum.com wrote: > > I'm not familiar with the full history of /sys/include/ape/errno.h, but > it looks like EISCON should be EISCONN to fit with other systems that at > least pretend to be POSIX compliant. SunOS 5.11 did have EISCON, but... > > makes sense to me; there are no references to EISCON > on the system other than the include file. > > - erik > > --14dae9340787f638e604d11a558d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
In my porting of stuff using APE, I often notice that many= applications assume more members of the struct stat in sys/stat.h, especia= lly st_blocksize. Is there any reasonable similar information available els= ewhere in the system that could be used in a local "rpl_stat" str= uct for those ports?

other annoying stuff are normally related to malloc/al= loca and sys/mtio.h=C2=A0
stdint.h is normally easily just = redirected to inttypes.h and stdbool.h can also easily included.


2012/12/18 er= ik quanstrom <quanstro@quanstro.net>
On Mon Dec 17 17:38:33 EST 2012, jas@corpus-callosum.com wrote:
> I'm not familiar with the full history of /sys/include/ape/errno.h= , but it looks like EISCON should be EISCONN to fit with other systems that= at least pretend to be POSIX compliant. =C2=A0SunOS 5.11 did have EISCON, = but...

makes sense to me; there are no references to EISCON
on the system other than the include file.

- erik


--14dae9340787f638e604d11a558d--