Re: So, I noticed that the ioctl egg doesn't compile on OpenBSD
"T. Kurt Bond" <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <CAN1EhV_hmq34NOuix2fNfE9o-K7neU3sbBQ3_s1AWrmKT4JLiA@mail.gmail.com> |
That worked! The egg that needed it (schemepunk, not distributed on eggs.call-cc.org) compiled and my use of it (which has nothing to do with ioctl) worked fine! Thanks! On Thu, Dec 14, 2023, 5:26 PM <[email protected]> wrote: > > It fails because TIOCSTI is undefined. OpenBSD removed it for security > > reasons. > > > > How could that egg be modified to allow it to compile on OpenBSD? > > Hi! Thanks for reporting this - I have added a dummy definition (ioctl 0.4) > for OpenBSD. > > > felix > >