Search
j0ke.net Open Build Service
>
Projects
>
ha
:
firewall
>
bison
> bison-2.3-subpipe.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File bison-2.3-subpipe.diff of Package bison
--- lib/subpipe.c +++ lib/subpipe.c @@ -130,7 +130,7 @@ for execvp. */ execvp (argv[0], (char **) argv); - _exit (errno == ENOENT ? 127 : 126); + error((errno == ENOENT ? 127 : 126), errno, "cannot run %s", argv[0]); } /* Parent. */