On Fri, Jun 1, 2012 at 12:12 AM, Glenn Fowler <[email protected]> wrote: [snip] >> AFAIK at least the following locations need to be updated: >> -- snip -- >> src/cmd/builtin/od.c: if (sfsync(sfstdout) && errno != EPIPE) >> src/cmd/builtin/tr.c: if (errno != EPIPE) >> src/lib/libcmd/tee.c: if ((sfmove(sfstdin, sfstdout, SF_UNBOUND, -1) >> < 0 || !sfeof(sfstdin)) && errno != EPIPE && errno != EINTR) >> src/lib/libcmd/head.c: if (sfmove(fp, sfstdout, keep, delim) >> < 0 && errno != EPIPE && errno != EINTR) >> src/lib/libcmd/cat.c: if (n < 0 && errno != EPIPE && errno != >> EINTR) >> -- snip -- [snip] > > I added ERROR_PIPE(errno) to ast <error.h> > thanks
Thanks... all victims (e.g. those in src/cmd/builtin/ and src/lib/libcmd/) updated, too ? ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) [email protected] \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 3992797 (;O/ \/ \O;) _______________________________________________ ast-developers mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-developers
