Bruno Haible wrote:
> Thanks. I installed both of your patches, the second one with some
> comment tweaks.
>
> Apologies for the mistake that resulted in the syntax error in fcntl.c.
>
No problem. Thanks!
--
KO Myung-Hun
Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPa
Thanks. I installed both of your patches, the second one with some
comment tweaks.
Apologies for the mistake that resulted in the syntax error in fcntl.c.
Bruno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Eric Blake wrote:
> On 1/16/19 10:35 PM, KO Myung-Hun wrote:
>> On OS/2 kLIBC, mknod() is declared in unistd.h. This fixes
>> 'implicit declaration of function' compilation warning.
>>
>> * lib/mknod.c: Include unistd.h. --- lib/mknod.c | 2 ++ 1 fil
On 1/16/19 10:35 PM, KO Myung-Hun wrote:
> On OS/2 kLIBC, mknod() is declared in unistd.h. This fixes 'implicit
> declaration of function' compilation warning.
>
> * lib/mknod.c: Include unistd.h.
> ---
> lib/mknod.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/lib/mknod.c b/lib/mk