[Nickle] nickle: Branch 'master' - 6 commits
Michel Alexandre Salim
michel at michel-slm.name
Fri Apr 17 16:09:40 PDT 2020
Hi Keith,
On 4/17/20 1:00 PM, Keith Packard wrote:
> commit cde5d924b486a95e14082fee5584a00ef3d80d46
> Author: Keith Packard <keithp at keithp.com>
> Date: Fri Apr 17 09:51:55 2020 -0700
>
> Declare common variables as extern in file.c
>
> Don't depend on C 'common' semantics for stdinOwned and
stdinPolling.
>
> Signed-off-by: Keith Packard <keithp at keithp.com>
>
> diff --git a/file.c b/file.c
> index 453afc0..bb933f5 100644
> --- a/file.c
> +++ b/file.c
> @@ -29,7 +29,7 @@
>
> ReferencePtr fileBlockedReference;
> Value fileBlocked;
> -Bool stdinOwned, stdinPolling;
> +extern Bool stdinOwned, stdinPolling;
> #ifdef NO_PIPE_SIGIO
> Bool anyPipeReadBlocked;
> #endif
I had to do this back in February for our Fedora package (we switched to
GCC 10 quite early). Sent the patch to the list but it seems to be stuck
awaiting moderator approval.
What's the best way to send patches in the future? send to the list but
cc: you directly?
Looking forward to the 2.86 tarball being available.
Best regards,
--
Michel Alexandre Salim
profile: https://keybase.io/michel_slm
GPG key: 96A7 A6ED FB4D 2113 4056 3257 CAF9 AD10 ACB1 BEF2
More information about the Nickle
mailing list