Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #16198

Re: bash-20200417 snapshot breaks examples/loadables/push.c

From Chet Ramey <chet.ramey@case.edu>
Newsgroups gnu.bash.bug
Subject Re: bash-20200417 snapshot breaks examples/loadables/push.c
Date 2020-04-20 16:07 -0400
Organization ITS, Case Western Reserve University
Message-ID <mailman.827.1587413287.3066.bug-bash@gnu.org> (permalink)
References <4d7621f9-f3ad-7d9a-b685-d4f6c0df7f0b@archlinux.org> <3ccf875b-1214-035c-0999-fac28c004a21@case.edu>

Show all headers | View raw


On 4/20/20 4:02 PM, Eli Schwartz wrote:
> In the latest devel push:
> 
> $ make -C examples/loadables/
> make: Entering directory '/home/eschwartz/git/bash/examples/loadables'
> gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses
> -Wno-format-security -I. -I.. -I../.. -I../../lib -I../../builtins -I.
> -I../../include -I/home/eschwartz/git/bash
> -I/home/eschwartz/git/bash/lib -I/home/eschwartz/git/bash/builtins  -c
> -o push.o push.c
> push.c: In function ‘push_builtin’:
> push.c:95:17: error: too few arguments to function ‘wait_for’
>    95 |       xstatus = wait_for (pid);

Thanks, this one is already fixed.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
		 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

Re: bash-20200417 snapshot breaks examples/loadables/push.c Chet Ramey <chet.ramey@case.edu> - 2020-04-20 16:07 -0400

csiph-web