Displaying 1 result from an estimated 1 matches for "lynxos_broken_setvbuf".
2005 Aug 15
0
OpenSSH LynxOS port
...a port of the current CVS (2005-08-11) version
> of OpenSSH portable to LynxOS. Could you consider adding it to the
> future releases of OpenSSH? If the patch needs additional work, please
> let me know.
Looks mostly reasonable, some comments and questions below.
> + AC_DEFINE(LYNXOS_BROKEN_SETVBUF, 1, [LynxOS has broken setvbuf() implementation])
I would prefer this to be generic (ie just BROKEN_SETVBUF, I'll edit it
locally).
> +#if defined(__Lynx__)
> + /* LynxOS defines these in param.h which we do not want to include */
Why don't we want param.h? Having to redefine a b...